Commit 6a3e65dea3e525b5337ca8014aa4be9f5fafeb92

Authored by Tom Rini
1 parent ceb9190969

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>

Showing 5 changed files with 1 additions and 5 deletions Side-by-side Diff

... ... @@ -243,7 +243,7 @@
243 243  
244 244 config LOGLEVEL
245 245 int "loglevel"
246   - default 6
  246 + default 4
247 247 range 0 8
248 248 help
249 249 All Messages with a loglevel smaller than the console loglevel will
configs/axm_defconfig
... ... @@ -41,5 +41,4 @@
41 41 CONFIG_SPI_FLASH_STMICRO=y
42 42 CONFIG_PHYLIB=y
43 43 CONFIG_USE_TINY_PRINTF=y
44   -CONFIG_LOGLEVEL=4
configs/corvus_defconfig
... ... @@ -14,7 +14,6 @@
14 14 CONFIG_BOOTDELAY=3
15 15 CONFIG_USE_BOOTARGS=y
16 16 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"
17   -CONFIG_LOGLEVEL=4
18 17 # CONFIG_DISPLAY_BOARDINFO is not set
19 18 CONFIG_BOARD_EARLY_INIT_F=y
20 19 CONFIG_SPL=y
configs/omapl138_lcdk_defconfig
... ... @@ -8,7 +8,6 @@
8 8 CONFIG_SPL_SERIAL_SUPPORT=y
9 9 CONFIG_SPL_NAND_SUPPORT=y
10 10 CONFIG_BOOTDELAY=3
11   -CONFIG_LOGLEVEL=4
12 11 CONFIG_VERSION_VARIABLE=y
13 12 # CONFIG_DISPLAY_CPUINFO is not set
14 13 # CONFIG_DISPLAY_BOARDINFO is not set
configs/taurus_defconfig
... ... @@ -16,7 +16,6 @@
16 16 CONFIG_DEFAULT_DEVICE_TREE="at91sam9g20-taurus"
17 17 CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20,MACH_TYPE=2067,BOARD_TAURUS"
18 18 CONFIG_BOOTDELAY=3
19   -CONFIG_LOGLEVEL=4
20 19 CONFIG_USE_BOOTARGS=y
21 20 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"
22 21 # CONFIG_DISPLAY_BOARDINFO is not set