diff options
author | James Hogan <james.hogan@imgtec.com> | 2013-03-27 15:19:53 +0000 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2013-04-25 13:09:27 +0100 |
commit | 164c013858a2e89b450cd8021a8be896f9e05697 (patch) | |
tree | 430021150eeeccf3ed4f896824b4a8fed95886de | |
parent | 0b4184c26b18ecbc0ec0657f514b087c3a6216fb (diff) | |
download | kernel_goldelico_gta04-164c013858a2e89b450cd8021a8be896f9e05697.zip kernel_goldelico_gta04-164c013858a2e89b450cd8021a8be896f9e05697.tar.gz kernel_goldelico_gta04-164c013858a2e89b450cd8021a8be896f9e05697.tar.bz2 |
metag: defconfigs: increase log buffer 8KiB => 128KiB
The Meta defconfigs set the log buffer size to just 8KiB, but with the
fairly recent conversion of the kernel log buffer into a structured
binary format, log messages appear to consume more space in the buffer,
and in some cases it's not big enough to store the entire boot log.
Therefore switch all the defconfigs to use the default size of 128KiB.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
-rw-r--r-- | arch/metag/configs/meta1_defconfig | 1 | ||||
-rw-r--r-- | arch/metag/configs/meta2_defconfig | 1 | ||||
-rw-r--r-- | arch/metag/configs/meta2_smp_defconfig | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/arch/metag/configs/meta1_defconfig b/arch/metag/configs/meta1_defconfig index c35a75e..01cd67e 100644 --- a/arch/metag/configs/meta1_defconfig +++ b/arch/metag/configs/meta1_defconfig @@ -1,6 +1,5 @@ # CONFIG_LOCALVERSION_AUTO is not set # CONFIG_SWAP is not set -CONFIG_LOG_BUF_SHIFT=13 CONFIG_SYSFS_DEPRECATED=y CONFIG_SYSFS_DEPRECATED_V2=y CONFIG_KALLSYMS_ALL=y diff --git a/arch/metag/configs/meta2_defconfig b/arch/metag/configs/meta2_defconfig index fb31484..643392b 100644 --- a/arch/metag/configs/meta2_defconfig +++ b/arch/metag/configs/meta2_defconfig @@ -1,7 +1,6 @@ # CONFIG_LOCALVERSION_AUTO is not set # CONFIG_SWAP is not set CONFIG_SYSVIPC=y -CONFIG_LOG_BUF_SHIFT=13 CONFIG_SYSFS_DEPRECATED=y CONFIG_SYSFS_DEPRECATED_V2=y CONFIG_KALLSYMS_ALL=y diff --git a/arch/metag/configs/meta2_smp_defconfig b/arch/metag/configs/meta2_smp_defconfig index 6c7b777..f330673 100644 --- a/arch/metag/configs/meta2_smp_defconfig +++ b/arch/metag/configs/meta2_smp_defconfig @@ -1,7 +1,6 @@ # CONFIG_LOCALVERSION_AUTO is not set # CONFIG_SWAP is not set CONFIG_SYSVIPC=y -CONFIG_LOG_BUF_SHIFT=13 CONFIG_SYSFS_DEPRECATED=y CONFIG_SYSFS_DEPRECATED_V2=y CONFIG_KALLSYMS_ALL=y |