diff options
author | Michal Simek <michal.simek@xilinx.com> | 2017-11-10 13:03:50 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-11-29 08:02:40 +0100 |
commit | d28dc3d3dc31e45693e93601bede700f9e28211f (patch) | |
tree | 73ee91144be71eda684a7ba214acf5b677da550a /include/configs/zynq-common.h | |
parent | 30829447a4efb8debdbf0b1da237254f84847eca (diff) | |
download | u-boot-d28dc3d3dc31e45693e93601bede700f9e28211f.tar.gz |
arm: zynq: Do not show information from checkboard twice
There is no reason to show information about board twice.
Remove boardinfo late calls.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index e6aab081e4..7247c90307 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -291,9 +291,6 @@ /* FIT support */ #define CONFIG_IMAGE_FORMAT_LEGACY /* enable also legacy image format */ -/* FDT support */ -#define CONFIG_DISPLAY_BOARDINFO_LATE - /* Extend size of kernel image for uncompression */ #define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024) |