ARM: Don't inject nobits since we actually want to load these bits.
BUG=None TEST=Built and booted on pit. BRANCH=None 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>
This commit is contained in:
parent
72f6611562
commit
e1196c53c7
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue