aboutsummaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorMarc Jones <marc.jones@amd.com>2008-09-29 22:59:23 +0000
committerMarc Jones <marc.jones@amd.com>2008-09-29 22:59:23 +0000
commit2080bd9a41dfda32e740869be8dbbdbc2978211e (patch)
treedc1661740683c0ffbec951582bbf89eee168367b /targets
parentb246158f7798674a1df1f610e6bc4115721e67dc (diff)
AMD K8 platforms must use CAR so it makes sense to use the PRINK_IN_CAR
option. This patch converts the following patches to use PRTINK_IN_CAR amd/serngeti_cheetah msi/ms9185 msi/ms9828 supermicro/h8dmr Signed-off-by: Marc Jones <marc.jones@amd.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3617 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r--targets/supermicro/h8dmr/Config-abuild.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/supermicro/h8dmr/Config-abuild.lb b/targets/supermicro/h8dmr/Config-abuild.lb
index 0b6bad7269..8c204b69f4 100644
--- a/targets/supermicro/h8dmr/Config-abuild.lb
+++ b/targets/supermicro/h8dmr/Config-abuild.lb
@@ -12,7 +12,7 @@ __COMPRESSION__
romimage "normal"
option USE_FAILOVER_IMAGE=0
option USE_FALLBACK_IMAGE=0
- option ROM_IMAGE_SIZE=0x18000
+ option ROM_IMAGE_SIZE=0x20000
option COREBOOT_EXTRA_VERSION=".0-normal"
payload __PAYLOAD__
end
@@ -20,7 +20,7 @@ end
romimage "fallback"
option USE_FAILOVER_IMAGE=0
option USE_FALLBACK_IMAGE=1
- option ROM_IMAGE_SIZE=0x18000
+ option ROM_IMAGE_SIZE=0x20000
option COREBOOT_EXTRA_VERSION=".0-fallback"
payload __PAYLOAD__
end