diff options
author | Tom Rini <trini@ti.com> | 2012-10-16 13:06:07 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-25 11:30:50 -0700 |
commit | 69916bcf71766d85cc6a7131a1d5716a724a8475 (patch) | |
tree | 666511d0405cb4eb1d166b5b92b593b7813b4c20 /arch/arm/include/asm/arch-am33xx | |
parent | 79b9ebb7007cd99409ff506c1bf57b2ab0975243 (diff) | |
download | u-boot-imx-69916bcf71766d85cc6a7131a1d5716a724a8475.zip u-boot-imx-69916bcf71766d85cc6a7131a1d5716a724a8475.tar.gz u-boot-imx-69916bcf71766d85cc6a7131a1d5716a724a8475.tar.bz2 |
am33xx: Add SPI SPL as an option
Add the required config.mk logic for this SoC as well as the BOOT_DEVICE
define. Finally, enable the options on the am335x_evm.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx')
-rw-r--r-- | arch/arm/include/asm/arch-am33xx/spl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/spl.h b/arch/arm/include/asm/arch-am33xx/spl.h index 63ed10b..644ff35 100644 --- a/arch/arm/include/asm/arch-am33xx/spl.h +++ b/arch/arm/include/asm/arch-am33xx/spl.h @@ -27,6 +27,7 @@ #define BOOT_DEVICE_NAND 5 #define BOOT_DEVICE_MMC1 8 #define BOOT_DEVICE_MMC2 9 /* eMMC or daughter card */ +#define BOOT_DEVICE_SPI 11 #define BOOT_DEVICE_UART 65 #define BOOT_DEVICE_CPGMAC 70 #define BOOT_DEVICE_MMC2_2 0xFF |