
On 04/15/2014 09:32 PM, Ivan Khoronzhuk wrote:
We should use generic board in order the ARM maintainer be able to remove arch/arm/lib/board.c
Signed-off-by: Ivan Khoronzhuk ivan.khoronzhuk@ti.com
Based on "[U-Boot] [PATCH v6 0/9] Add support for keystone2 SoC and K2HK EVM" https://www.mail-archive.com/u-boot@lists.denx.de/msg135592.html
include/configs/k2hk_evm.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/configs/k2hk_evm.h b/include/configs/k2hk_evm.h index 28a6d72..b20955a 100644 --- a/include/configs/k2hk_evm.h +++ b/include/configs/k2hk_evm.h @@ -151,6 +151,7 @@ #define CONFIG_CMD_EEPROM
/* U-Boot general configuration */ +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SYS_PROMPT "K2HK EVM # " #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SYS_PBSIZE 2048