diff options
Diffstat (limited to 'src/arch/x86/car.ld')
-rw-r--r-- | src/arch/x86/car.ld | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/car.ld b/src/arch/x86/car.ld index 0ea40d0083..ddd4e7a2bf 100644 --- a/src/arch/x86/car.ld +++ b/src/arch/x86/car.ld @@ -62,13 +62,11 @@ . = ALIGN(ARCH_POINTER_ALIGN_SIZE); _bss = .; -#if ENV_STAGE_HAS_BSS_SECTION /* Allow global uninitialized variables for stages without CAR teardown. */ *(.bss) *(.bss.*) *(.sbss) *(.sbss.*) -#endif . = ALIGN(ARCH_POINTER_ALIGN_SIZE); _ebss = .; _car_unallocated_start = .; |