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:
Marcelo Povoa 2014-03-05 14:19:26 -08:00 committed by chrome-internal-fetch
commit 9b09912a17

View file

@ -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