]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
arm: spl: Provide for a board-specific loader
authorSimon Glass <sjg@chromium.org>
Sat, 7 Feb 2015 17:47:29 +0000 (10:47 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:52:21 +0000 (13:52 +0200)
commita685109487ad7972f667cbe529c93a6d1c5031b7
tree5ba591cc35fc4297f28ee050b0c94c539207af1a
parentf480bc66c730cac7645cf054f438a59ddbba42c1
arm: spl: Provide for a board-specific loader

Some boards have a special way of loading U-Boot that does not fit with
the existing SPL code. For example sunxi uses an 'FEL' mode where U-Boot
is loaded over USB. Add a CONFIG option and boot mode for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
arch/arm/include/asm/spl.h
common/spl/spl.c