From 8a512c7e46d73625fdae597c313a781b917d3e44 Mon Sep 17 00:00:00 2001 From: crito Date: Sun, 14 Feb 2021 12:59:57 +0100 Subject: [PATCH] add n35 target to main Makefile --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a282342235..4176cd3bf5 100644 --- a/Makefile +++ b/Makefile @@ -125,6 +125,7 @@ ifeq ($(ARCH),ppc) CROSS_COMPILE = powerpc-linux- endif ifeq ($(ARCH),arm) +#CROSS_COMPILE = arm-gph-linux-gnueabi- CROSS_COMPILE = arm-linux- endif ifeq ($(ARCH),i386) @@ -248,7 +249,7 @@ $(obj)u-boot.srec: $(obj)u-boot $(obj)u-boot.bin: $(obj)u-boot $(OBJCOPY) ${OBJCFLAGS} -O binary $< $@ - + cp $@ polluxb-n35 $(obj)u-boot.img: $(obj)u-boot.bin ./tools/mkimage -A $(ARCH) -T firmware -C none \ -a $(TEXT_BASE) -e 0 \ @@ -1833,6 +1834,12 @@ omap1510inn_config : unconfig omap5912osk_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm926ejs omap5912osk NULL omap +n35_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs n35 NULL pollux + +n35_fast_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs n35 NULL pollux + omap1610inn_config \ omap1610inn_cs0boot_config \ omap1610inn_cs3boot_config \ @@ -2010,6 +2017,7 @@ pleb2_config : unconfig logodl_config : unconfig @$(MKCONFIG) $(@:_config=) arm pxa logodl + pdnb3_config : unconfig @$(MKCONFIG) $(@:_config=) arm ixp pdnb3 prodrive