Skip to content
Snippets Groups Projects
Commit 7e5a0bfb authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Tom Rini
Browse files

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: default avatarAndrew F. Davis <afd@ti.com>
Acked-by: Lokesh Vutla's avatarLokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent f7160eac
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment