commit | c01c71bc16d2836c3ff81af54529dab0686bca00 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 07 10:47:29 2015 -0700 |
committer | Hans de Goede <hdegoede@redhat.com> | Mon Feb 16 20:15:06 2015 +0100 |
tree | b00fe26254f131d3b38769e8df271048cbeaa255 | |
parent | e11c6c279d823dc0d2f470c5c2e3c0a9854a640f [diff] |
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>