gru: disable CONFIG_CMD_ALS to reduce bin size

Gru ran out of room with upcoming change, disabled CONFIG_CMD_ALS
to free up the needed space and keep build from breaking.

BRANCH=none
BUG=chromium:615059
TEST=verified gru target build doesn't run out of flash space using
"make buildall -j"

Change-Id: Ifb76ad0fe4693dfa4415370354c6d5af2bd4cc11
Signed-off-by: Nick Vaccaro <nvaccaro@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/490846
Reviewed-by: Scott Collyer <scollyer@chromium.org>
This commit is contained in:
Nick Vaccaro
2017-04-27 11:45:22 -07:00
committed by chrome-bot
parent 56dc7a3ef6
commit d7eefeffb9

View File

@@ -159,10 +159,6 @@
#define PD_POWER_SUPPLY_TURN_OFF_DELAY 50000 /* us */
#define PD_VCONN_SWAP_DELAY 5000 /* us */
#ifdef BOARD_GRU
#define CONFIG_CMD_ALS
#endif
#define CONFIG_UART_HOST 0
/* Optional feature - used by nuvoton */