diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-30 00:43:29 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-30 01:00:25 -0400 |
commit | f0d10ac149186c8f258e7a694c4390160ed08b40 (patch) | |
tree | ce2550100f7d30507b1a09f435da89610581438f /projects/coreboot/configs/veyron/minnie/config | |
parent | 8acbf2f5b25d43ab8a6619e1d30a41cd68d04a41 (diff) | |
download | librebootfr-f0d10ac149186c8f258e7a694c4390160ed08b40.tar.gz librebootfr-f0d10ac149186c8f258e7a694c4390160ed08b40.zip |
Correct CBFS_SIZE in Veyron Minnie Coreboot Config
Diffstat (limited to 'projects/coreboot/configs/veyron/minnie/config')
-rw-r--r-- | projects/coreboot/configs/veyron/minnie/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/coreboot/configs/veyron/minnie/config b/projects/coreboot/configs/veyron/minnie/config index 45672bc9..d9d9206e 100644 --- a/projects/coreboot/configs/veyron/minnie/config +++ b/projects/coreboot/configs/veyron/minnie/config @@ -110,7 +110,7 @@ CONFIG_MAINBOARD_PART_NUMBER="Veyron_Minnie" CONFIG_MAINBOARD_VENDOR="Google" CONFIG_MAX_CPUS=1 CONFIG_CACHE_ROM_SIZE_OVERRIDE=0x0 -CONFIG_CBFS_SIZE=0x100000 +CONFIG_CBFS_SIZE=0x400000 CONFIG_UART_FOR_CONSOLE=0 CONFIG_DIMM_SPD_SIZE=256 CONFIG_DEVICETREE="devicetree.cb" |