Message ID | 1511871803-10385-3-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | ab5502bf561b2cf250cec9d864585be54e9067b7 |
Headers | show |
Series | Remove assert() | expand |
2017-11-28 21:23 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>: > 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 <yamada.masahiro@socionext.com> > --- > Applied to u-boot-uniphier because I need this for the NAND updates.
diff --git a/configs/openrd_base_defconfig b/configs/openrd_base_defconfig index efebf82..9bc628f 100644 --- a/configs/openrd_base_defconfig +++ b/configs/openrd_base_defconfig @@ -5,7 +5,7 @@ CONFIG_TARGET_OPENRD=y CONFIG_IDENT_STRING="\nOpenRD-Base" CONFIG_SYS_EXTRA_OPTIONS="BOARD_IS_OPENRD_BASE" 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 diff --git a/configs/openrd_client_defconfig b/configs/openrd_client_defconfig index 6722e42..c74f0cf 100644 --- a/configs/openrd_client_defconfig +++ b/configs/openrd_client_defconfig @@ -5,7 +5,7 @@ CONFIG_TARGET_OPENRD=y CONFIG_IDENT_STRING="\nOpenRD-Client" CONFIG_SYS_EXTRA_OPTIONS="BOARD_IS_OPENRD_CLIENT" 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 diff --git a/configs/openrd_ultimate_defconfig b/configs/openrd_ultimate_defconfig index fb31b11..6792af8 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
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 <yamada.masahiro@socionext.com> --- configs/openrd_base_defconfig | 2 +- configs/openrd_client_defconfig | 2 +- configs/openrd_ultimate_defconfig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)