diff options
| author | Caleb Robey <[email protected]> | 2020-01-02 08:17:27 -0600 |
|---|---|---|
| committer | Lokesh Vutla <[email protected]> | 2020-01-20 10:10:28 +0530 |
| commit | b4309846db14a100f4c5afe40e1f4aeb09785683 (patch) | |
| tree | 7e0ad6a38504651d3ca780be04e330482f8e8eda /include | |
| parent | 703f14083038397721f000a7200563262bc233c4 (diff) | |
board: ti: beagleboneai: add initial support
These are necessities for beaglebone ai boot. There is the addition of
CONFIG_SUPPORT_EMMC_CONFIG to the Kconfig file. This is present upstream
but not in 19.01 yet.
Signed-off-by: Jason Kridner <[email protected]>
Signed-off-by: Caleb Robey <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am57xx_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h index cdab9246f2c..75e7292ef5b 100644 --- a/include/configs/am57xx_evm.h +++ b/include/configs/am57xx_evm.h @@ -22,7 +22,6 @@ #define CONFIG_SYS_BOOTM_LEN SZ_64M -#define CONSOLEDEV "ttyS2" #define CONFIG_SYS_NS16550_COM1 UART1_BASE /* Base EVM has UART0 */ #define CONFIG_SYS_NS16550_COM2 UART2_BASE /* UART2 */ #define CONFIG_SYS_NS16550_COM3 UART3_BASE /* UART3 */ |
