From 1c025a41c426acf4c554308aa19653fddb1b4e17 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Wed, 3 Jul 2019 13:45:51 -0700 Subject: hatch: add chargen to the set of CLI commands This is needed to support CCD testing of UART to USB bridging. BRANCH=none BUG=b:38448364 TEST=ran 'make BOARD=hatch -j', verified that command is included in the symbol map. Change-Id: I11a9dcf7c3204a4464eb5305d0b6b38f51205575 Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1688135 Reviewed-by: Scott Collyer Reviewed-by: Namyoon Woo --- baseboard/hatch/baseboard.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/baseboard/hatch/baseboard.h b/baseboard/hatch/baseboard.h index 3060927931..e7853d14af 100644 --- a/baseboard/hatch/baseboard.h +++ b/baseboard/hatch/baseboard.h @@ -127,6 +127,9 @@ #define CONFIG_CMD_PD_CONTROL #define CONFIG_CMD_PPC_DUMP +/* Include CLI command needed to support CCD testing. */ +#define CONFIG_CMD_CHARGEN + #define USB_PD_PORT_TCPC_0 0 #define USB_PD_PORT_TCPC_1 1 -- cgit v1.2.1