From 103edf8bf3216697f38dbf7b42be23ab3755cd72 Mon Sep 17 00:00:00 2001 From: Fred Fan Date: Mon, 23 Feb 2009 13:57:38 +0800 Subject: ENGR00102788 Remove CONFIG_NAND_BOOT on i.MX31 3stack 1. Change NAND driver Makefile to bulild individual nand driver on i.MX31 and i.MX35. 2. Remove CONFIG_NAND_BOOT to common boot code which supports boot from nand and nor. Signed-off-by: Fred Fan --- cpu/arm1136/mx31/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpu') diff --git a/cpu/arm1136/mx31/Makefile b/cpu/arm1136/mx31/Makefile index a57465f..41eb2d4 100644 --- a/cpu/arm1136/mx31/Makefile +++ b/cpu/arm1136/mx31/Makefile @@ -29,9 +29,7 @@ COBJS += generic.o COBJS += timer.o COBJS += devices.o -ifdef CONFIG_NAND_BOOT SOBJS = nand_load.o -endif SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) -- cgit v1.1