[coreboot-gerrit] New patch to review for coreboot: ti/beaglebone: Define arch for omap-header build

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Dec 7 14:04:42 CET 2016


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17746

-gerrit

commit 5d7541ec70b9a7601356cbbde9ce0633525e4a72
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Wed Dec 7 15:01:54 2016 +0200

    ti/beaglebone: Define arch for omap-header build
    
    Required fix to have rules.h as default include.
    
    Change-Id: I75265916856f2f21f7966619ea65d63acd599e2f
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/cpu/ti/am335x/Makefile.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/cpu/ti/am335x/Makefile.inc b/src/cpu/ti/am335x/Makefile.inc
index 3bfb0fe..5b91981 100644
--- a/src/cpu/ti/am335x/Makefile.inc
+++ b/src/cpu/ti/am335x/Makefile.inc
@@ -21,6 +21,8 @@ endif
 $(call add-class,omap-header)
 $(eval $(call create_class_compiler,omap-header,arm))
 
+omap-header-generic-ccopts += -D__COREBOOT_ARM_ARCH__=7
+
 real-target: $(obj)/MLO
 
 header_ld := $(call src-to-obj,omap-header,$(dir)/header.ld)



More information about the coreboot-gerrit mailing list