[U-Boot] [PATCH 1/2] arm: zynq: Do not show information from checkboard twice
Michal Simek
michal.simek at xilinx.com
Fri Nov 10 13:11:20 UTC 2017
There is no reason to show information about board twice.
Remove boardinfo late calls.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
include/configs/zynq-common.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index e6aab081e440..7247c9030755 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)
--
1.9.1
More information about the U-Boot
mailing list