ARM: Don't inject nobits since we actually want to load these bits
Change-Id: I128e3ecc3773fe7c28616e93ef60b48c5862f302 Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/64839 Reviewed-by: David Hendricks <dhendrix@chromium.org> Reviewed-by: Stefan Reinauer <reinauer@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/4436 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
c1471396a4
commit
49832975c3
|
@ -21,8 +21,8 @@
|
|||
#define ARCH_EARLY_VARIABLES_H
|
||||
|
||||
#ifdef __PRE_RAM__
|
||||
#define CAR_GLOBAL __attribute__((section(".car.global_data,\"w\",%nobits@")))
|
||||
#define CAR_CBMEM __attribute__((section(".car.cbmem_console,\"w\",%nobits@")))
|
||||
#define CAR_GLOBAL __attribute__((section(".car.global_data")))
|
||||
#define CAR_CBMEM __attribute__((section(".car.cbmem_console")))
|
||||
#else
|
||||
#define CAR_GLOBAL
|
||||
#define CAR_CBMEM
|
||||
|
|
Loading…
Reference in New Issue