summaryrefslogtreecommitdiffstats
path: root/board/atmel/at91sam9263ek/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-06-13 12:50:04 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-06-21 16:18:12 +0200
commit8096c51fd4e611ed666dbe77767e81af5d94fc7b (patch)
treec5862e1da5bb47c4fcbcf40010c3ea51dcff19c5 /board/atmel/at91sam9263ek/Makefile
parent1b3b7c640d04df2ba9a9d947117d112a75fee7f4 (diff)
downloadtalos-obmc-uboot-8096c51fd4e611ed666dbe77767e81af5d94fc7b.tar.gz
talos-obmc-uboot-8096c51fd4e611ed666dbe77767e81af5d94fc7b.zip
at91: unify nor boot support
the lowlevel init sequence is the same so unify it Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/atmel/at91sam9263ek/Makefile')
-rw-r--r--board/atmel/at91sam9263ek/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/atmel/at91sam9263ek/Makefile b/board/atmel/at91sam9263ek/Makefile
index 19a354b6e1..79ec45fd9f 100644
--- a/board/atmel/at91sam9263ek/Makefile
+++ b/board/atmel/at91sam9263ek/Makefile
@@ -32,9 +32,6 @@ LIB = $(obj)lib$(BOARD).a
COBJS-y += at91sam9263ek.o
COBJS-y += led.o
COBJS-$(CONFIG_HAS_DATAFLASH) += partition.o
-ifndef CONFIG_SKIP_LOWLEVEL_INIT
-SOBJS-y += lowlevel_init.o
-endif
SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS-y))
OpenPOWER on IntegriCloud