diff options
Diffstat (limited to 'src/soc/qualcomm')
-rw-r--r-- | src/soc/qualcomm/Kconfig | 9 | ||||
-rw-r--r-- | src/soc/qualcomm/ipq806x/Kconfig | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/src/soc/qualcomm/Kconfig b/src/soc/qualcomm/Kconfig deleted file mode 100644 index 918093b7d8..0000000000 --- a/src/soc/qualcomm/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -source src/soc/qualcomm/ipq806x/Kconfig - -config CBFS_SIZE - hex "Size of CBFS filesystem in ROM" - default ROM_SIZE - help - CBFS size needs to match the size of memory allocated to the - coreboot blob elsewhere in the system. Make sure this config option - is fine tuned in the board config file. diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig index 092951d2d2..9e6a053736 100644 --- a/src/soc/qualcomm/ipq806x/Kconfig +++ b/src/soc/qualcomm/ipq806x/Kconfig @@ -13,6 +13,14 @@ config SOC_QC_IPQ806X if SOC_QC_IPQ806X +config CBFS_SIZE + hex "Size of CBFS filesystem in ROM" + default ROM_SIZE + help + CBFS size needs to match the size of memory allocated to the + coreboot blob elsewhere in the system. Make sure this config option + is fine tuned in the board config file. + config BOOTBLOCK_ROM_OFFSET hex default 0x0 |