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> (cherry picked from commit d7c2c72698e81b1410f9839c77be2e77b8ed83d6) Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://review.coreboot.org/14930 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: Duncan Laurie <dlaurie@google.com>
This commit is contained in:
		
				
					committed by
					
						 Duncan Laurie
						Duncan Laurie
					
				
			
			
				
	
			
			
			
						parent
						
							2e63c2a566
						
					
				
				
					commit
					f6b1039f86
				
			| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user