]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: zynq: Do not show information from checkboard twice
authorMichal Simek <michal.simek@xilinx.com>
Fri, 10 Nov 2017 12:03:50 +0000 (13:03 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 29 Nov 2017 07:02:40 +0000 (08:02 +0100)
There is no reason to show information about board twice.
Remove boardinfo late calls.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/zynq-common.h

index e6aab081e440bcfbceaf836a27bfe77e6b458401..7247c903075573a45f674dea8a4d5404e4b9544b 100644 (file)
 /* 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)