From 1e23739997bdf85d3767d072377d6e607e3c96d5 Mon Sep 17 00:00:00 2001 From: Gwendal Grignou Date: Tue, 30 Aug 2016 09:17:22 -0700 Subject: config: Make memory command optional To save space of working image, make the console memory commands optional. BRANCH=veyron BUG=b:27849483 TEST=Compile, save 320 bytes. Change-Id: Ia538b30b4c06955c44b29eb22ed1a09fad83bd9e Signed-off-by: Gwendal Grignou Reviewed-on: https://chromium-review.googlesource.com/379115 Reviewed-by: Randall Spangler --- include/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/config.h b/include/config.h index 5ecfe2400b..f381f264bf 100644 --- a/include/config.h +++ b/include/config.h @@ -592,6 +592,7 @@ #undef CONFIG_CMD_LID_ANGLE #undef CONFIG_CMD_MCDP #define CONFIG_CMD_MD +#define CONFIG_CMD_MEM #define CONFIG_CMD_PD #undef CONFIG_CMD_PD_CONTROL #undef CONFIG_CMD_PD_DEV_DUMP_INFO -- cgit v1.2.1