diff options
author | Michal Simek <michal.simek@xilinx.com> | 2020-11-04 16:08:40 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-11-20 10:42:53 +0100 |
commit | a3c43fb01a1b63b9bb279835aeab730d55683097 (patch) | |
tree | 7d745ab17dd6ecc9d033f24908ea8393cf42e956 /include | |
parent | 6c5828dc4bdae40697f162645b76fe815bf548b3 (diff) | |
download | u-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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/microblaze-generic.h | 1 |
1 files changed, 0 insertions, 1 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) |