diff options
author | Nishanth Menon <nm@ti.com> | 2015-07-22 18:05:45 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-27 15:03:10 -0400 |
commit | e07cff1158b9070c89362b6abd296d1a5f750740 (patch) | |
tree | fe691f31508aab3341d88d5ebc998b18c0480716 /include/configs/k2l_evm.h | |
parent | e8428d6ffae66501d9968b13d3a737a928735f67 (diff) | |
download | u-boot-e07cff1158b9070c89362b6abd296d1a5f750740.tar.gz |
configs: ti_armv7_keystone2: start using armv7_common
Try to maintain as much commonality by conditionally including stuff
in armv7_common as necessary and removing the common defines from
keystone2 header.
Note: as part of this change, all keystone2 platforms will now start
using the generic u-boot prompt instead of the custom prompt.
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/k2l_evm.h')
-rw-r--r-- | include/configs/k2l_evm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/k2l_evm.h b/include/configs/k2l_evm.h index 50d5c991a0..395608a5f6 100644 --- a/include/configs/k2l_evm.h +++ b/include/configs/k2l_evm.h @@ -15,8 +15,6 @@ #define CONFIG_K2L_EVM /* U-Boot general configuration */ -#define CONFIG_SYS_PROMPT "K2L EVM # " - #define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \ "addr_mon=0x0c140000\0" \ "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \ |