summaryrefslogtreecommitdiff
path: root/configs/corvus_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-10-04 20:44:30 (GMT)
committerTom Rini <trini@konsulko.com>2017-10-05 12:25:18 (GMT)
commit6a3e65dea3e525b5337ca8014aa4be9f5fafeb92 (patch)
tree96ce34a60316fb5b611620c690ec1e1ce9fca4f8 /configs/corvus_defconfig
parentceb9190969e458dcd1427566f762dbb9cfdfdc94 (diff)
downloadu-boot-6a3e65dea3e525b5337ca8014aa4be9f5fafeb92.tar.xz
common: Drop LOGLEVEL to 4
While this came in with a default value of 6 I am lowering this to 4. The MTD/UBI code has a large number of error messages that we include now. In addition, "normally" warning messages are not included so this feels like a more natural level to have. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/corvus_defconfig')
-rw-r--r--configs/corvus_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/corvus_defconfig b/configs/corvus_defconfig
index 059cb59..705e001 100644
--- a/configs/corvus_defconfig
+++ b/configs/corvus_defconfig
@@ -14,7 +14,6 @@ CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9M10G45,MACH_TYPE=2066,SYS_USE_NANDFLASH"
CONFIG_BOOTDELAY=3
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro,256k(env),256k(env_redundant),256k(spare),512k(dtb),6M(kernel)ro,-(rootfs) root=/dev/mtdblock7 rw rootfstype=jffs2"
-CONFIG_LOGLEVEL=4
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SPL=y