commit | 9b0888ced4b6140afe518f47d19e171630df63b1 | [log] [tgz] |
---|---|---|
author | Ladislav Michl <ladis@linux-mips.org> | Mon May 14 09:17:45 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed May 23 22:06:40 2018 -0400 |
tree | 10bc6131bd3a5670e3823707a7dae84ae01b2fe0 | |
parent | 0298d2037542b4f56124d29995dc7435c6af8bd1 [diff] |
twister: Let SPL load U-Boot from MMC MMC is not initialized in SPL, so it cannot load u-boot.img preventing boot from MMC. Also driver specific functions are guarded with generic configuration options which leads to build failures when device driver is not enabled in config. Fix that by using driver specific defines. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Acked-by: Stefano Babic <sbabic@denx.de>