summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-24 19:26:41 +0300
committerSimon Glass <sjg@chromium.org>2021-12-05 19:23:15 +0300
commit5ae2578a551cee9322bad0146fef4a66a9c19c02 (patch)
tree0cc4d2c13ab3a6942eff4f947539e544a5fb5015 /include
parent32c8566f138d4685c60c83fa89cf4bb0b7b00e79 (diff)
downloadu-boot-5ae2578a551cee9322bad0146fef4a66a9c19c02.tar.xz
Convert CONFIG_SYS_FDT_LOAD_ADDR to Kconfig
This converts the following to Kconfig: CONFIG_SYS_FDT_LOAD_ADDR Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sandbox.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index b1689d39f1..fd972b8c46 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -18,12 +18,6 @@
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
-/* turn on command-line edit/c/auto */
-
-/* SPI - enable all SPI flash types for testing purposes */
-
-#define CONFIG_SYS_FDT_LOAD_ADDR 0x100
-
#define CONFIG_PHYSMEM
/* Size of our emulated memory */