From ab5502bf561b2cf250cec9d864585be54e9067b7 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 28 Nov 2017 21:23:20 +0900 Subject: ARM: openrd: set CONFIG_LOGLEVEL to 2 These boards are on the boundary of "u-boot-nodtb.bin exceeds file size limit" error. Reduce the log-level to save memory footprint. Signed-off-by: Masahiro Yamada --- configs/openrd_ultimate_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/openrd_ultimate_defconfig') diff --git a/configs/openrd_ultimate_defconfig b/configs/openrd_ultimate_defconfig index fb31b11270..6792af84ef 100644 --- a/configs/openrd_ultimate_defconfig +++ b/configs/openrd_ultimate_defconfig @@ -5,7 +5,7 @@ CONFIG_TARGET_OPENRD=y CONFIG_IDENT_STRING="\nOpenRD-Ultimate" CONFIG_SYS_EXTRA_OPTIONS="BOARD_IS_OPENRD_ULTIMATE" CONFIG_BOOTDELAY=3 -CONFIG_LOGLEVEL=3 +CONFIG_LOGLEVEL=2 # CONFIG_DISPLAY_BOARDINFO is not set # CONFIG_CMD_FLASH is not set CONFIG_CMD_IDE=y -- cgit v1.2.3