]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
common: Drop LOGLEVEL to 4
authorTom Rini <trini@konsulko.com>
Wed, 4 Oct 2017 20:44:30 +0000 (16:44 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 5 Oct 2017 12:25:18 +0000 (08:25 -0400)
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>
common/Kconfig
configs/axm_defconfig
configs/corvus_defconfig
configs/omapl138_lcdk_defconfig
configs/taurus_defconfig

index f53ee9d6d79015d001446d41eb2fcc79ae9ccd4b..3c99650f0c9ecef52f7a040d94a90ae66aaf864c 100644 (file)
@@ -243,7 +243,7 @@ config IDENT_STRING
 
 config LOGLEVEL
        int "loglevel"
-       default 6
+       default 4
        range 0 8
        help
          All Messages with a loglevel smaller than the console loglevel will
index cd89c2a235ff74ee30680978db38015e5eb411c9..81654b23043165081d5eb3c05621b376e9b4864e 100644 (file)
@@ -41,4 +41,3 @@ CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_PHYLIB=y
 CONFIG_USE_TINY_PRINTF=y
-CONFIG_LOGLEVEL=4
index 059cb5992e9235622a7ee17202b3979e5adcd771..705e0014570059873986c3aac90528165b1e0c00 100644 (file)
@@ -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
index 3e9eb4fa84e240e912a32a7041c7027e008503b2..c95134bcf9907c514249cb98683d0bd79534afc9 100644 (file)
@@ -8,7 +8,6 @@ CONFIG_SPL_MMC_SUPPORT=y
 CONFIG_SPL_SERIAL_SUPPORT=y
 CONFIG_SPL_NAND_SUPPORT=y
 CONFIG_BOOTDELAY=3
-CONFIG_LOGLEVEL=4
 CONFIG_VERSION_VARIABLE=y
 # CONFIG_DISPLAY_CPUINFO is not set
 # CONFIG_DISPLAY_BOARDINFO is not set
index 5b7fc8ae146627c8532dc14005e60562ea2663a5..71a382a3e132d274f5558e31171b9a5170534ef7 100644 (file)
@@ -16,7 +16,6 @@ CONFIG_SPL_SPI_SUPPORT=y
 CONFIG_DEFAULT_DEVICE_TREE="at91sam9g20-taurus"
 CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20,MACH_TYPE=2067,BOARD_TAURUS"
 CONFIG_BOOTDELAY=3
-CONFIG_LOGLEVEL=4
 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_DISPLAY_BOARDINFO is not set