]> git.ipfire.org Git - people/ms/u-boot.git/commit
am33xx: config.mk: Fix option used to enable SPI SPL image type
authorAndrew F. Davis <afd@ti.com>
Tue, 30 Aug 2016 19:06:23 +0000 (14:06 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 2 Oct 2016 12:10:00 +0000 (08:10 -0400)
commit7e5a0bfbd23584e31e490871931378e647ad827b
tree48ce96351aaa6e053cca72f3854da0d79005d0d4
parentf7160eac83f86a0fc7bd3b4a2b52520ad71e4d2b
am33xx: config.mk: Fix option used to enable SPI SPL image type

The option SPL_SPI_SUPPORT is used to enable support in SPL for loading
images from SPI flash, it should not be used to determine the build type
of the SPL image itself. The ability to read images from SPI flash does
not imply the SPL will be booted from SPI flash.

Unconditionally build SPI flash compatible SPL images.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/am33xx/config.mk