summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@chromium.org>2017-11-15 07:50:21 -0800
committerchrome-bot <chrome-bot@chromium.org>2017-11-16 18:45:38 -0800
commitd1aba367b783abbbb58caa0f04c89c6409157d7e (patch)
tree9edc1040fb55c084e4dfacbe849c89b339776bcf
parentfe02a5658bb3129cd674835d445ba962457434b7 (diff)
downloadchrome-ec-d1aba367b783abbbb58caa0f04c89c6409157d7e.tar.gz
jerry: Use HOSTCMD_ALIGNED instead of GPIO_SHORTNAMES
This is required to allow bumping up of host events to 64-bit by making space in the rodata. CL 770923 had initially used GPIO_SHORTNAMES, but HOSTCMD_ALIGNED seems to be a better option. BUG=b:69329196 BRANCH=None TEST=make -j buildall Change-Id: I63699f9cec244925c031d81f50889851c6da8b5c Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/771931 Reviewed-by: Shawn N <shawnn@chromium.org>
-rw-r--r--board/jerry/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/jerry/board.h b/board/jerry/board.h
index 317ca49083..d595356db5 100644
--- a/board/jerry/board.h
+++ b/board/jerry/board.h
@@ -46,7 +46,7 @@
#define CONFIG_UART_RX_DMA
#define CONFIG_VBOOT_HASH
-#define CONFIG_COMMON_GPIO_SHORTNAMES
+#define CONFIG_HOSTCMD_ALIGNED
#undef CONFIG_CONSOLE_CMDHELP
#undef CONFIG_CONSOLE_HISTORY