commit | 040d818fa41ef990ac4642d20e5d8cb312abc26d | [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 | 47197fea0d5f540df6ab07b60ba072fe9c3a9a9d [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>