aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-11-04 16:08:40 +0100
committerMichal Simek <michal.simek@xilinx.com>2020-11-20 10:42:53 +0100
commita3c43fb01a1b63b9bb279835aeab730d55683097 (patch)
tree7d745ab17dd6ecc9d033f24908ea8393cf42e956
parent6c5828dc4bdae40697f162645b76fe815bf548b3 (diff)
downloadu-boot-a3c43fb01a1b63b9bb279835aeab730d55683097.zip
u-boot-a3c43fb01a1b63b9bb279835aeab730d55683097.tar.gz
u-boot-a3c43fb01a1b63b9bb279835aeab730d55683097.tar.bz2
microblaze: Remove CONFIG_SYS_FDT_SIZE
CONFIG_SYS_FDT_SIZE is not use anywhere that's why remove it. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--include/configs/microblaze-generic.h1
-rw-r--r--scripts/config_whitelist.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index 2cfcace..7255011 100644
--- a/include/configs/microblaze-generic.h
+++ b/include/configs/microblaze-generic.h
@@ -171,7 +171,6 @@
#define CONFIG_SYS_FDT_BASE (CONFIG_SYS_FLASH_BASE + \
0x40000)
-#define CONFIG_SYS_FDT_SIZE (16 << 10)
#define CONFIG_SYS_SPL_ARGS_ADDR (CONFIG_SYS_TEXT_BASE + \
0x1000000)
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index 0aabe7a..8b4fcba 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -2170,7 +2170,6 @@ CONFIG_SYS_FCC_PSMR
CONFIG_SYS_FDT_BASE
CONFIG_SYS_FDT_LOAD_ADDR
CONFIG_SYS_FDT_PAD
-CONFIG_SYS_FDT_SIZE
CONFIG_SYS_FEC0_IOBASE
CONFIG_SYS_FEC1_IOBASE
CONFIG_SYS_FECI2C