Paul Menzel has uploaded this change for review.

View Change

mb/amd/mandolin: cereme: Use 64K instead of 0x1000 for size notation

Use the more readable size notation, which also unifies it with
Mandolin’s FMD.

Change-Id: I95c22d8d775104dc046601418bd402317dd8e676
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
M src/mainboard/amd/mandolin/variants/cereme/board.fmd
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/46558/1
diff --git a/src/mainboard/amd/mandolin/variants/cereme/board.fmd b/src/mainboard/amd/mandolin/variants/cereme/board.fmd
index b55b8b5..31a0b2a 100644
--- a/src/mainboard/amd/mandolin/variants/cereme/board.fmd
+++ b/src/mainboard/amd/mandolin/variants/cereme/board.fmd
@@ -1,7 +1,7 @@
FLASH@0xFF000000 16M {
BIOS {
EC 0x20000
- RW_MRC_CACHE 0x10000
+ RW_MRC_CACHE 64K
FMAP 0x1000
COREBOOT(CBFS)
}

To view, visit change 46558. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I95c22d8d775104dc046601418bd402317dd8e676
Gerrit-Change-Number: 46558
Gerrit-PatchSet: 1
Gerrit-Owner: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newchange