diff options
author | Khoronzhuk, Ivan <ivan.khoronzhuk@ti.com> | 2014-04-15 18:32:25 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-13 22:04:07 (GMT) |
commit | 0eaf416eea55264a75a5b388280e28574aab5e11 (patch) | |
tree | c1c7e97af89de3543814a88af9f819f97272a008 /include/configs | |
parent | d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19 (diff) | |
download | u-boot-0eaf416eea55264a75a5b388280e28574aab5e11.tar.xz |
config: k2hk_evm: Add generic board support
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/k2hk_evm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/k2hk_evm.h b/include/configs/k2hk_evm.h index 9bb8f34..dde7329 100644 --- a/include/configs/k2hk_evm.h +++ b/include/configs/k2hk_evm.h @@ -165,6 +165,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 |