]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: Normalise FEL support
authorSimon Glass <sjg@chromium.org>
Sat, 7 Feb 2015 17:47:30 +0000 (10:47 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:52:21 +0000 (13:52 +0200)
commit39f4a30a048cd16d9e66450f71d4f1a0ac912c74
treeae473f246668f7c861bc563e3a9b3bc4bcf0f314
parenta685109487ad7972f667cbe529c93a6d1c5031b7
sunxi: Normalise FEL support

Make sunxi's FEL code fit with the normal U-Boot boot sequence instead of
creating its own. There are some #ifdefs required in start.S. Future work
will hopefully remove these.

This series is available at u-boot-dm, branch sunxi-working.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
arch/arm/cpu/armv7/start.S
arch/arm/cpu/armv7/sunxi/Makefile
arch/arm/cpu/armv7/sunxi/board.c
arch/arm/cpu/armv7/sunxi/config.mk
arch/arm/cpu/armv7/sunxi/fel_utils.S [new file with mode: 0644]
arch/arm/cpu/armv7/sunxi/u-boot-spl-fel.lds [deleted file]
arch/arm/include/asm/arch-sunxi/sys_proto.h
board/sunxi/Kconfig
include/configs/sunxi-common.h
scripts/Makefile.spl