summaryrefslogtreecommitdiff
path: root/configs/igep0020_defconfig
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2016-11-04 11:55:21 (GMT)
committerTom Rini <trini@konsulko.com>2016-11-13 20:54:34 (GMT)
commitad560f87e0eb5c82a4f6393b6f873fa737556a59 (patch)
tree84d7c059a3eada8f09ea413abdbc1fda19f28fde /configs/igep0020_defconfig
parentd8c0d99e6607145c4cb65e39842328adfcb7ce46 (diff)
downloadu-boot-ad560f87e0eb5c82a4f6393b6f873fa737556a59.tar.xz
igep00x0: disable CONFIG_DISPLAY_BOARDINFO
As a single U-Boot binary can now run on various board modifications, drop CONFIG_DISPLAY_BOARDINFO as it prints flash memory information too early to give us chance to easily detect it. Also saves few bytes as a bonus. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Reviewed-by: Javier Martinez Canillas <javier@samsung.com> Tested-by: Javier Martinez Canillas <javier@samsung.com>
Diffstat (limited to 'configs/igep0020_defconfig')
-rw-r--r--configs/igep0020_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/igep0020_defconfig b/configs/igep0020_defconfig
index 9c247d7..c25b6b8 100644
--- a/configs/igep0020_defconfig
+++ b/configs/igep0020_defconfig
@@ -7,6 +7,7 @@ CONFIG_BOOTDELAY=3
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_VERSION_VARIABLE=y
+# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_SPL=y
CONFIG_SPL_MTD_SUPPORT=y
CONFIG_SPL_ONENAND_SUPPORT=y