diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-12 22:39:08 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-12 22:39:08 +0000 |
commit | 3db199c00a4c0b7986da98f2bc5504526c3a1cf2 (patch) | |
tree | b524d2d1b4fc9253c99dd55fca97c5894e867c8a /src/Kconfig | |
parent | b106f9bdbd02a7aafd7db0c198fc6a1112f1e412 (diff) |
Make fam10 build (but not boot due to bootblock size problems.)
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4762 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Kconfig b/src/Kconfig index ebdd1b44bc..4e365c642c 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -135,8 +135,8 @@ config MMCONF_SUPPORT default n config LB_MEM_TOPK - int - default 2048 + hex + default 0x800 config COMPRESSED_PAYLOAD_LZMA bool |