diff options
author | Marc Jones <marcj303@gmail.com> | 2017-12-06 16:27:04 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-12-08 02:43:06 +0000 |
commit | 578a79d50037ab86db88e90e0c92d6a24d5be019 (patch) | |
tree | 76d6a599c1e4af0c3b904cdee34cfd24a74fd1de /src/soc/amd/stoneyridge | |
parent | 266aee002ac235e92275164d65333be94fd8177c (diff) |
soc/amd/stoneyridge: Add RO_REGION_ONLY
We only need the apu firmware in the RO region when building
for ChromeOS. Adding it to the RW regions is a waste of space.
BUG=b:70027919
TEST=Build kahlee and use cbfstool to check for "apu/amdfw" sections.
Change-Id: Ieafe4a5ec4a5e3177e4e23fcf42afa2626a0b19f
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: https://review.coreboot.org/22766
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r-- | src/soc/amd/stoneyridge/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 3ca0e3982b..fce3857a95 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -357,4 +357,9 @@ config DIMM_SPD_SIZE int default 512 # DDR4 +config RO_REGION_ONLY + string + depends on CHROMEOS + default "apu/amdfw" + endif # SOC_AMD_STONEYRIDGE_FP4 || SOC_AMD_STONEYRIDGE_FT4 |