From e07cff1158b9070c89362b6abd296d1a5f750740 Mon Sep 17 00:00:00 2001 From: Nishanth Menon Date: Wed, 22 Jul 2015 18:05:45 -0500 Subject: 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 Reviewed-by: Tom Rini --- include/configs/k2hk_evm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/k2hk_evm.h') diff --git a/include/configs/k2hk_evm.h b/include/configs/k2hk_evm.h index 29e3403..f8e83de 100644 --- a/include/configs/k2hk_evm.h +++ b/include/configs/k2hk_evm.h @@ -15,8 +15,6 @@ #define CONFIG_K2HK_EVM /* U-Boot general configuration */ -#define CONFIG_SYS_PROMPT "K2HK EVM # " - #define CONFIG_EXTRA_ENV_KS2_BOARD_SETTINGS \ "addr_mon=0x0c5f0000\0" \ "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \ -- cgit v1.1