summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/board.h
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2020-11-06 15:48:25 -0700
committerCommit Bot <commit-bot@chromium.org>2020-11-07 02:45:32 +0000
commitd0a914b5b4537021da6b170abeca18503b90cee2 (patch)
treec573f802436645c57175e4489cd8866e25ce7742 /zephyr/shim/include/board.h
parent89bd0e2ade8fb718f23f00e2f4f86c2e32b94134 (diff)
downloadchrome-ec-d0a914b5b4537021da6b170abeca18503b90cee2.tar.gz
zephyr: move shimmed_tasks.h include to config.h
Unfortunately, many things in config.h rely on HAS_TASK_* to be defined before we start processing config.h. Move this include a little sooner so we have it then. BUG=b:172678200 BRANCH=none TEST=compiles with host_command.c added Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I791426b78777997748eff2c91210b8a426d9a8ab Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2522970 Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'zephyr/shim/include/board.h')
-rw-r--r--zephyr/shim/include/board.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/zephyr/shim/include/board.h b/zephyr/shim/include/board.h
index 186edb5864..2a54b097b0 100644
--- a/zephyr/shim/include/board.h
+++ b/zephyr/shim/include/board.h
@@ -15,9 +15,4 @@
#include <gpio_map.h>
#endif
-/* Once SHIMMED_TASKS is enabled, must provide a shimmed_tasks header */
-#ifdef CONFIG_SHIMMED_TASKS
-#include "shimmed_tasks.h"
-#endif
-
#endif /* __BOARD_H */