diff options
author | Minal Shah <minal.shah@ti.com> | 2013-10-04 14:52:02 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-01 15:56:00 -0400 |
commit | a13cbf5f208b59797d08199604f2701b6c3b9f64 (patch) | |
tree | ed792b49d3545fd7ffcc8192b05f3258d20141c6 /arch | |
parent | 552998e5f7655ba8fd3acff400012bd651edff06 (diff) | |
download | u-boot-imx-a13cbf5f208b59797d08199604f2701b6c3b9f64.zip u-boot-imx-a13cbf5f208b59797d08199604f2701b6c3b9f64.tar.gz u-boot-imx-a13cbf5f208b59797d08199604f2701b6c3b9f64.tar.bz2 |
dra7xx_evm: Enabled UART-boot mode and add dra7xx_evm_uart3 build
UART booting is supported on this SoC, but via UART3 rather than UART1.
Because of this we must change the board to use UART3 for all console
access (only one UART is exposed on this board and a slight HW mod is
required to switch UARTs).
Signed-off-by: Minal Shah <minal.shah@ti.com>
[trini: Make apply to mainline, reword commit]
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch')
-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 57f0de5..2d5a62e 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 |