diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2019-02-26 21:46:45 -0500 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2019-03-05 22:24:44 -0500 |
commit | 2f509bcfe1015f9c141aebeb7f525de880ec73af (patch) | |
tree | 1b0815f0006ac4c684a9ed1cd88beb6de5c8cc61 /projects/coreboot/configs/veyron/minnie/4MiB/config | |
parent | 7e684d4280b1e71725a014306cddb11847834874 (diff) | |
download | librebootfr-2f509bcfe1015f9c141aebeb7f525de880ec73af.tar.gz librebootfr-2f509bcfe1015f9c141aebeb7f525de880ec73af.zip |
Veyron Minnie: use proper binary prefix for flash size
Diffstat (limited to 'projects/coreboot/configs/veyron/minnie/4MiB/config')
-rw-r--r-- | projects/coreboot/configs/veyron/minnie/4MiB/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/coreboot/configs/veyron/minnie/4MiB/config b/projects/coreboot/configs/veyron/minnie/4MiB/config new file mode 100644 index 00000000..f8445518 --- /dev/null +++ b/projects/coreboot/configs/veyron/minnie/4MiB/config @@ -0,0 +1,4 @@ +CONFIG_CBFS_SIZE=0x400000 +CONFIG_COREBOOT_ROMSIZE_KB_4096=y +CONFIG_COREBOOT_ROMSIZE_KB=4096 +CONFIG_ROM_SIZE=0x400000 |