summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-11-04 18:08:40 +0300
committerMichal Simek <michal.simek@xilinx.com>2020-11-20 12:42:53 +0300
commita3c43fb01a1b63b9bb279835aeab730d55683097 (patch)
tree7d745ab17dd6ecc9d033f24908ea8393cf42e956 /include/configs
parent6c5828dc4bdae40697f162645b76fe815bf548b3 (diff)
downloadu-boot-a3c43fb01a1b63b9bb279835aeab730d55683097.tar.xz
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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/microblaze-generic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h
index 2cfcace7b0..72550113ce 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)