Fix typos in src/console/Kconfig
authorStefan Reinauer <reinauer@chromium.org>
Tue, 4 Oct 2011 23:21:17 +0000 (16:21 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 29 Mar 2012 20:35:12 +0000 (22:35 +0200)
- cash -> Cache
- make the new size of the cbmem console buffer the default

Change-Id: Ia906077257e93622ad56bc54a42f8184ade78b29
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/726
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
src/console/Kconfig

index fefbe2ed847557d7bdaaddf662d407c5ade53405..f1129a1279321884dac54777cb7a8ba487a53f71 100644 (file)
@@ -201,15 +201,15 @@ config CONSOLE_CBMEM
 config CONSOLE_CBMEM_BUFFER_SIZE
        depends on CONSOLE_CBMEM
        hex "Room allocated for console output in CBMEM"
 config CONSOLE_CBMEM_BUFFER_SIZE
        depends on CONSOLE_CBMEM
        hex "Room allocated for console output in CBMEM"
-       default 0xae00
+       default 0x10000
        help
          Space allocated for console output storage in CBMEM. The default
        help
          Space allocated for console output storage in CBMEM. The default
-         value (almost 45K or 0xaeoo bytes) is large enough to accommodate
+         value (64K or 0x10000 bytes) is large enough to accommodate
          even the BIOS_SPEW level.
 
 config CONSOLE_CAR_BUFFER_SIZE
        depends on CONSOLE_CBMEM
          even the BIOS_SPEW level.
 
 config CONSOLE_CAR_BUFFER_SIZE
        depends on CONSOLE_CBMEM
-       hex "Room allocated for console output in cash as RAM"
+       hex "Room allocated for console output in Cache as RAM"
        default 0xc00
        help
          Console is used before RAM is initialized. This is the room reserved
        default 0xc00
        help
          Console is used before RAM is initialized. This is the room reserved