[coreboot-gerrit] Patch set updated for coreboot: ecff5bd ARM: Don't inject nobits since we actually want to load these bits

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sat Dec 21 18:35:25 CET 2013


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4436

-gerrit

commit ecff5bd42ddfe2bbb29b14a708fa1c1a627702e7
Author: Gabe Black <gabeblack at google.com>
Date:   Tue Aug 6 15:36:44 2013 -0700

    ARM: Don't inject nobits since we actually want to load these bits
    
    Change-Id: I128e3ecc3773fe7c28616e93ef60b48c5862f302
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: https://gerrit.chromium.org/gerrit/64839
    Reviewed-by: David Hendricks <dhendrix at chromium.org>
    Reviewed-by: Stefan Reinauer <reinauer at chromium.org>
    Tested-by: Gabe Black <gabeblack at chromium.org>
---
 src/arch/armv7/include/arch/early_variables.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/arch/armv7/include/arch/early_variables.h b/src/arch/armv7/include/arch/early_variables.h
index 90ead9d..cec0a46 100644
--- a/src/arch/armv7/include/arch/early_variables.h
+++ b/src/arch/armv7/include/arch/early_variables.h
@@ -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



More information about the coreboot-gerrit mailing list