summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-05-18 11:59:48 -0600
committerSimon Glass <sjg@chromium.org>2019-07-10 16:52:58 -0600
commite676f4397c019840e2b0d7330506a857c6dc5a81 (patch)
treeede5eee9dc0de5f707b486db7efc19cfc150bc21 /include
parente8a7b3051b50e0ea1422b5bc5983539ee17a6b55 (diff)
sandbox: Add a memory {} node
Add a memory node which indicates the size of sandbox memory. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sandbox.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 50affaf1a8..5d75021ed6 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -63,7 +63,11 @@
func(HOST, host, 1) \
func(HOST, host, 0)
+#ifdef __ASSEMBLY__
+#define BOOTENV
+#else
#include <config_distro_bootcmd.h>
+#endif
#define CONFIG_KEEP_SERVERADDR
#define CONFIG_UDP_CHECKSUM