From: Michal Simek Date: Fri, 10 Nov 2017 12:03:50 +0000 (+0100) Subject: arm: zynq: Do not show information from checkboard twice X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d28dc3d3dc31e45693e93601bede700f9e28211f;p=people%2Fms%2Fu-boot.git 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 --- 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)