From 9b09912a174d4c4b02d2fb97abe603b9fd01982a Mon Sep 17 00:00:00 2001 From: Marcelo Povoa Date: Wed, 5 Mar 2014 14:19:26 -0800 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/188919 Reviewed-by: David Hendricks --- src/northbridge/amd/agesa/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/northbridge/amd/agesa/Kconfig b/src/northbridge/amd/agesa/Kconfig index d217e39b9a..32842d731d 100644 --- a/src/northbridge/amd/agesa/Kconfig +++ b/src/northbridge/amd/agesa/Kconfig @@ -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