mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
arm, hawkboard: Use the pinmux configurations defined in the arch tree
The boards in board/davinci/da8xxevm/ define pinmux_config[] vectors that contain pinmux configurations for emac, uarts, memory controllers... In an earlier patch such pinmux configurations were added to the arch tree. This patch makes the hawkboard use these definitions instead of defining its own. Signed-off-by: Christian Riesch <christian.riesch@omicron.at> Cc: Sandeep Paulraj <s-paulraj@ti.com> Cc: Heiko Schocher <hs@denx.de> Cc: Syed Mohammed Khasim <sm.khasim@gmail.com> Cc: Sughosh Ganu <urwithsughosh@gmail.com> Cc: Mike Frysinger <vapier@gentoo.org> Acked-by: Heiko Schocher <hs@denx.de>
This commit is contained in:

committed by
Albert ARIBAUD

parent
52b0f877a2
commit
e8c856d288
@ -43,6 +43,7 @@ SOBJS = _divsi3.o \
|
||||
COBJS = cpu.o \
|
||||
davinci_nand.o \
|
||||
pinmux.o \
|
||||
da850_pinmux.o \
|
||||
div0.o \
|
||||
hawkboard_nand_spl.o \
|
||||
memsize.o \
|
||||
@ -82,6 +83,10 @@ $(obj)pinmux.c:
|
||||
@rm -f $@
|
||||
@ln -s $(TOPDIR)/arch/arm/cpu/arm926ejs/davinci/pinmux.c $@
|
||||
|
||||
$(obj)da850_pinmux.c:
|
||||
@rm -f $@
|
||||
@ln -s $(TOPDIR)/arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c $@
|
||||
|
||||
# from drivers/mtd/nand directory
|
||||
$(obj)davinci_nand.c:
|
||||
@rm -f $@
|
||||
|
Reference in New Issue
Block a user