arm: spl: Provide for a board-specific loader
authorSimon Glass <sjg@chromium.org>
Sat, 7 Feb 2015 17:47:29 +0000 (10:47 -0700)
committerHans de Goede <hdegoede@redhat.com>
Mon, 16 Feb 2015 19:15:06 +0000 (20:15 +0100)
commitc01c71bc16d2836c3ff81af54529dab0686bca00
treeb00fe26254f131d3b38769e8df271048cbeaa255
parente11c6c279d823dc0d2f470c5c2e3c0a9854a640f
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