mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
program.ld: Don't exclude sbe region from verstage
This fixes compilation of coreboot on Glados Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> BRANCH=none TEST=emerge-glados coreboot works again BUG=none Change-Id: Ibaae68192a3dc070c6ecf79223da4a1e1f18b352 Reviewed-on: https://chromium-review.googlesource.com/346198 Reviewed-by: Stefan Reinauer <reinauer@google.com> Commit-Queue: Stefan Reinauer <reinauer@google.com> Tested-by: Stefan Reinauer <reinauer@google.com> Reviewed-by: Luigi Semenzato <semenzato@chromium.org>
This commit is contained in:
parent
4b9038b018
commit
d7c2c72698
1 changed files with 1 additions and 1 deletions
|
@ -43,12 +43,12 @@
|
|||
_cbmem_init_hooks = .;
|
||||
KEEP(*(.rodata.cbmem_init_hooks));
|
||||
_ecbmem_init_hooks = .;
|
||||
#endif
|
||||
|
||||
. = ALIGN(ARCH_POINTER_ALIGN_SIZE);
|
||||
_rsbe_init_begin = .;
|
||||
KEEP(*(.rsbe_init));
|
||||
_ersbe_init_begin = .;
|
||||
#endif
|
||||
|
||||
#if ENV_RAMSTAGE
|
||||
. = ALIGN(ARCH_POINTER_ALIGN_SIZE);
|
||||
|
|
Loading…
Add table
Reference in a new issue