From: Fabio Estevam Date: Fri, 17 Apr 2020 12:27:12 +0000 (-0300) Subject: wandboard: Remove CONFIG_DISPLAY_BOARDINFO_LATE X-Git-Tag: v2020.07-rc1~30^2~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=06f35583c57fda627fe7f29d1a2ddc6f8bf9d49f;p=oweals%2Fu-boot.git wandboard: Remove CONFIG_DISPLAY_BOARDINFO_LATE Since we are using revD1 device tree for all board revisions, the following can be seen on a revB1 board: Model: Wandboard i.MX6 Quad Board revD1 Board: Wandboard rev B1 To avoid such confusing messages, disable CONFIG_DISPLAY_BOARDINFO_LATE. Signed-off-by: Fabio Estevam Tested-by: Heiko Schocher --- diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig index ee70758f3a..f9a5fe479b 100644 --- a/configs/wandboard_defconfig +++ b/configs/wandboard_defconfig @@ -29,7 +29,6 @@ CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd" CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y # CONFIG_DISPLAY_BOARDINFO is not set -CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_BOUNCE_BUFFER=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SPL_SEPARATE_BSS=y