diff options
Diffstat (limited to 'arch/arm/include/asm/arch-omap5/spl.h')
| -rw-r--r-- | arch/arm/include/asm/arch-omap5/spl.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-omap5/spl.h b/arch/arm/include/asm/arch-omap5/spl.h index 57f0de5ff..2d5a62e66 100644 --- a/arch/arm/include/asm/arch-omap5/spl.h +++ b/arch/arm/include/asm/arch-omap5/spl.h @@ -16,6 +16,7 @@  #define BOOT_DEVICE_MMC2        6  #define BOOT_DEVICE_MMC2_2	7  #define BOOT_DEVICE_SPI		10 +#define BOOT_DEVICE_UART	0x43  #define MMC_BOOT_DEVICES_START	BOOT_DEVICE_MMC1  #define MMC_BOOT_DEVICES_END	BOOT_DEVICE_MMC2_2 |