diff options
author | Tom Rini <trini@ti.com> | 2013-08-09 11:22:18 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-08-15 18:38:36 -0400 |
commit | a8017574809bfcfd98c7752d193291bde4b09699 (patch) | |
tree | 72c2bdb1dc8b69f84c15699bd0b3a7730ab0223e /include/configs/dra7xx_evm.h | |
parent | 8769455861aa003fdc1d120f7aae7482a92b61d7 (diff) | |
download | u-boot-imx-a8017574809bfcfd98c7752d193291bde4b09699.zip u-boot-imx-a8017574809bfcfd98c7752d193291bde4b09699.tar.gz u-boot-imx-a8017574809bfcfd98c7752d193291bde4b09699.tar.bz2 |
TI:omap5/dra7xx: Convert to ti_armv7_common.h
Update omap5_common.h to use ti_armv7_common.h, and in turn update
dra7xx_evm.h and omap5_uevm.h slightly. The biggest changes here are
that IP blocks which exist on the platform, and had clocks enabled,
now have the drivers being built as well.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r-- | include/configs/dra7xx_evm.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 51be73d..58786ff 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -12,21 +12,18 @@ #ifndef __CONFIG_DRA7XX_EVM_H #define __CONFIG_DRA7XX_EVM_H -/* High Level Configuration Options */ -#define CONFIG_DRA7XX /* in a TI DRA7XX core */ -#define CONFIG_ENV_IS_NOWHERE /* For now. */ - -#include <configs/omap5_common.h> +#define CONFIG_DRA7XX -#define CONFIG_SYS_PROMPT "DRA752 EVM # " +#define CONFIG_ENV_IS_NOWHERE /* For now. */ +#define CONSOLEDEV "ttyO0" #define CONFIG_CONS_INDEX 1 #define CONFIG_SYS_NS16550_COM1 UART1_BASE #define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_OMAP_ABE_SYSCK -#define CONSOLEDEV "ttyO0" +#include <configs/omap5_common.h> /* CPSW Ethernet */ #define CONFIG_CMD_NET |