mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
50827a5991
Add support for booting from an MMC card. Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Henrik Nordström <henrik@henriknordstrom.net> Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Reviewed-by: Marek Vasut <marex@denx.de> Cc: Tom Cubie <Mr.hipboi@gmail.com> Reviewed-by: Tom Rini <trini@ti.com>
8 lines
154 B
Makefile
8 lines
154 B
Makefile
# Build a combined spl + u-boot image
|
|
ifdef CONFIG_SPL
|
|
ifndef CONFIG_SPL_BUILD
|
|
ifndef CONFIG_SPL_FEL
|
|
ALL-y += u-boot-sunxi-with-spl.bin
|
|
endif
|
|
endif
|
|
endif
|