diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-29 23:36:53 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2018-10-30 01:00:25 -0400 |
commit | d2aeff186dc6d672acfeb947dc1d35f203755548 (patch) | |
tree | b99c80c0b1289838aa5a72aba25170f0139a1f6d /projects | |
parent | e36316f66647121eccd67b07a48f2e35b9b0d1fb (diff) | |
download | librebootfr-d2aeff186dc6d672acfeb947dc1d35f203755548.tar.gz librebootfr-d2aeff186dc6d672acfeb947dc1d35f203755548.zip |
Correct CBFS_SIZE in Veyron Jerry Coreboot Config
Diffstat (limited to 'projects')
-rw-r--r-- | projects/coreboot/configs/veyron/jerry/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/coreboot/configs/veyron/jerry/config b/projects/coreboot/configs/veyron/jerry/config index 9393e7de..30c978cf 100644 --- a/projects/coreboot/configs/veyron/jerry/config +++ b/projects/coreboot/configs/veyron/jerry/config @@ -110,7 +110,7 @@ CONFIG_MAINBOARD_PART_NUMBER="Veyron_Jerry" 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" |