diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/system76/addw1/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/system76/bonw14/Kconfig | 2 | ||||
-rw-r--r-- | src/mainboard/system76/cml-u/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/system76/gaze15/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/system76/oryp6/Kconfig | 2 |
5 files changed, 7 insertions, 6 deletions
diff --git a/src/mainboard/system76/addw1/Kconfig b/src/mainboard/system76/addw1/Kconfig index d037504f05..0c1c0b3e7c 100644 --- a/src/mainboard/system76/addw1/Kconfig +++ b/src/mainboard/system76/addw1/Kconfig @@ -52,7 +52,8 @@ config MAINBOARD_VERSION default "addw2" if BOARD_SYSTEM76_ADDW2 config CBFS_SIZE - default 0xA00000 + default 0xa00000 if BOARD_SYSTEM76_ADDW1 + default 0xc00000 config CONSOLE_POST default y diff --git a/src/mainboard/system76/bonw14/Kconfig b/src/mainboard/system76/bonw14/Kconfig index 570cb3b28d..32eae45b3d 100644 --- a/src/mainboard/system76/bonw14/Kconfig +++ b/src/mainboard/system76/bonw14/Kconfig @@ -39,7 +39,7 @@ config MAINBOARD_VERSION default "bonw14" config CBFS_SIZE - default 0xA00000 + default 0xc00000 config CONSOLE_POST default y diff --git a/src/mainboard/system76/cml-u/Kconfig b/src/mainboard/system76/cml-u/Kconfig index e8899ac50d..e17bf2cc73 100644 --- a/src/mainboard/system76/cml-u/Kconfig +++ b/src/mainboard/system76/cml-u/Kconfig @@ -55,8 +55,7 @@ config MAINBOARD_VERSION default "lemp9" if BOARD_SYSTEM76_LEMP9 config CBFS_SIZE - default 0xc00000 if BOARD_SYSTEM76_LEMP9 - default 0xA00000 + default 0xc00000 config CONSOLE_POST default y diff --git a/src/mainboard/system76/gaze15/Kconfig b/src/mainboard/system76/gaze15/Kconfig index 882992eb27..b77e61a3e6 100644 --- a/src/mainboard/system76/gaze15/Kconfig +++ b/src/mainboard/system76/gaze15/Kconfig @@ -49,7 +49,8 @@ config MAINBOARD_VERSION default "gaze15" if BOARD_SYSTEM76_GAZE15 config CBFS_SIZE - default 0xA00000 + default 0xa00000 if BOARD_SYSTEM76_GAZE14 + default 0xc00000 config CONSOLE_POST default y diff --git a/src/mainboard/system76/oryp6/Kconfig b/src/mainboard/system76/oryp6/Kconfig index 85eb9d1b98..6437e7776d 100644 --- a/src/mainboard/system76/oryp6/Kconfig +++ b/src/mainboard/system76/oryp6/Kconfig @@ -50,7 +50,7 @@ config MAINBOARD_VERSION default "oryp7" if BOARD_SYSTEM76_ORYP7 config CBFS_SIZE - default 0xA00000 + default 0xc00000 config CONSOLE_POST default y |