agesa: Add CONFIG_CBFS_SIZE in Kconfig
This allows limiting the CBFS size which is necessary for building chromeos-bootimage. BUG=none BRANCH=none TEST=emerge-gizmo chromeos-bootimage and run depthcharge Change-Id: Idc1af152651973864704160ba1076ffa3b0ad749 Signed-off-by: Marcelo Povoa <marcelogp@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/188919 Reviewed-by: David Hendricks <dhendrix@chromium.org>
This commit is contained in:
parent
6fce823512
commit
9b09912a17
1 changed files with 4 additions and 0 deletions
|
|
@ -35,6 +35,10 @@ config DDR3_SOLDERED_DOWN
|
|||
bool
|
||||
default n
|
||||
|
||||
config CBFS_SIZE
|
||||
hex "Size of CBFS filesystem in ROM"
|
||||
default ROM_SIZE
|
||||
|
||||
source src/northbridge/amd/agesa/family10/Kconfig
|
||||
source src/northbridge/amd/agesa/family12/Kconfig
|
||||
source src/northbridge/amd/agesa/family14/Kconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue