diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-04-04 14:00:57 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-04-06 23:10:06 +0000 |
commit | 24a20e4d21ab02b0cf5f31e22014e35cff585d21 (patch) | |
tree | 63e994e3c9d822771b7fbeda913b112e7336d568 /src/mainboard/ti/beaglebone | |
parent | ec7a932aa291e228d629be2d5d273fe625643588 (diff) |
mb/ti/beaglebone/board.fmd: Use 'FLASH' as device name
FLASH is often used when accessing FMAP base and size from
fmap_config.h so it's handy to be consistent with all other boards.
Change-Id: Ibba938c72d42ac74dcea8e8e6478ddae510d8c03
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63349
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/ti/beaglebone')
-rw-r--r-- | src/mainboard/ti/beaglebone/board.fmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/ti/beaglebone/board.fmd b/src/mainboard/ti/beaglebone/board.fmd index c0e4281b4d..0656b85a61 100644 --- a/src/mainboard/ti/beaglebone/board.fmd +++ b/src/mainboard/ti/beaglebone/board.fmd @@ -1,4 +1,4 @@ -SDCARD@0x000 32M { +FLASH@0x000 32M { BIOS@0x0 109K { BOOTBLOCK@0x0 20K } |