diff options
author | Felix Singer <felix.singer@9elements.com> | 2019-06-25 13:42:03 +0200 |
---|---|---|
committer | Patrick Rudolph <siro@das-labor.org> | 2019-06-27 11:54:08 +0000 |
commit | b91b173f3dbd38aecf50f86cb27df352c64bd4e3 (patch) | |
tree | fa7485acf0a965be7be9f3cf58463ce1b1bc1465 /src | |
parent | e6a491e782a2abdddd035b370ab9cc3165f5230c (diff) | |
download | coreboot-b91b173f3dbd38aecf50f86cb27df352c64bd4e3.tar.xz |
mb/upsquared: Align partitions to 4KiB
This fixes warnings while booting coreboot.
Change-Id: If1e99b74ded5f743a3ad4fc829ae9747276c483a
Signed-off-by: Felix Singer <felix.singer@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33784
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/up/squared/upsquared.fmd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/up/squared/upsquared.fmd b/src/mainboard/up/squared/upsquared.fmd index 4ea1375e10..891138ee63 100644 --- a/src/mainboard/up/squared/upsquared.fmd +++ b/src/mainboard/up/squared/upsquared.fmd @@ -3,14 +3,14 @@ FLASH 16M { SI_BIOS@0x1000 0xefe000 { IFWI@0x0 0x2ff000 OBB@0x2ff000 0xbff000 { - FMAP@0x0 0x800 - UNIFIED_MRC_CACHE@0x800 0x21000 { + FMAP@0x0 0x1000 + UNIFIED_MRC_CACHE@0x1000 0x21000 { RECOVERY_MRC_CACHE@0x0 0x10000 RW_MRC_CACHE@0x10000 0x10000 RW_VAR_MRC_CACHE@0x20000 0x1000 } - CONSOLE@0x21800 0x20000 - COREBOOT(CBFS)@0x41800 0xb7d800 + CONSOLE@0x22000 0x20000 + COREBOOT(CBFS)@0x42000 0xb7d000 BIOS_UNUSABLE@0xbbf000 0x40000 } } |