mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 18:35:28 +00:00
kevin / gru: Remove console features to save RAM space
BUG=chrome-os-partner:52876 BRANCH=None TEST=`make buildall -j` Change-Id: I10bebf4c6af4e23f4e07bbb609626424434c721a Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/355280 Commit-Ready: Shawn N <shawnn@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
f8bcbca2f7
commit
3bc0223b48
@@ -97,10 +97,6 @@
|
||||
/* Optional features for test commands */
|
||||
#define CONFIG_CMD_ACCELS
|
||||
#define CONFIG_CMD_ACCEL_INFO
|
||||
#define CONFIG_CMD_TASKREADY
|
||||
#define CONFIG_CMD_STACKOVERFLOW
|
||||
#define CONFIG_CMD_JUMPTAGS
|
||||
#define CONFIG_CMD_SPI_XFER
|
||||
|
||||
#define CONFIG_UART_HOST 0
|
||||
|
||||
@@ -117,6 +113,11 @@
|
||||
#undef CONFIG_PSTORE
|
||||
#undef CONFIG_LOW_POWER_IDLE /* Deep Sleep Support */
|
||||
|
||||
/* Modules we want to exclude */
|
||||
#undef CONFIG_CMD_HASH
|
||||
#undef CONFIG_CMD_TIMERINFO
|
||||
#undef CONFIG_CONSOLE_CMDHELP
|
||||
|
||||
#define I2C_PORT_TCPC0 NPCX_I2C_PORT0_0
|
||||
#define I2C_PORT_TCPC1 NPCX_I2C_PORT0_1
|
||||
#define I2C_PORT_ACCEL NPCX_I2C_PORT1
|
||||
|
||||
Reference in New Issue
Block a user