diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2020-04-23 18:45:28 +0300 |
---|---|---|
committer | Hung-Te Lin <hungte@chromium.org> | 2020-12-17 06:24:30 +0000 |
commit | b19d9511f98505498db85d525f22f17aea11e0b1 (patch) | |
tree | 15d94808bdc89ffbd4659ec8f366880108ff3cb0 /src/arch/ppc64/Kconfig | |
parent | f0a9142b24889087a61c66ccf3a39d7a93563e02 (diff) |
arch/x86: Remove ID_SECTION_OFFSET
The location is hardcoded inside flashrom and FILO.
Only two offsets are supported, 0x10 and 0x80.
Change-Id: I8348f2ac0cab969ab78ecb50a55de486eee0cf9b
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47598
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/ppc64/Kconfig')
-rw-r--r-- | src/arch/ppc64/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/ppc64/Kconfig b/src/arch/ppc64/Kconfig index 44dbb1d778..546dbc82e0 100644 --- a/src/arch/ppc64/Kconfig +++ b/src/arch/ppc64/Kconfig @@ -17,3 +17,7 @@ config ARCH_ROMSTAGE_PPC64 config ARCH_RAMSTAGE_PPC64 bool select ARCH_PPC64 + +config ID_SECTION_OFFSET + hex + default 0x80 |