diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2016-11-04 12:55:21 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-11-13 15:54:34 -0500 |
commit | ad560f87e0eb5c82a4f6393b6f873fa737556a59 (patch) | |
tree | 84d7c059a3eada8f09ea413abdbc1fda19f28fde /configs/igep0020_defconfig | |
parent | d8c0d99e6607145c4cb65e39842328adfcb7ce46 (diff) | |
download | u-boot-ad560f87e0eb5c82a4f6393b6f873fa737556a59.tar.gz |
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_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/igep0020_defconfig b/configs/igep0020_defconfig index 9c247d706d..c25b6b85a3 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 |