diff options
| author | Khoronzhuk, Ivan <[email protected]> | 2014-04-15 21:32:25 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-05-13 18:04:07 -0400 |
| commit | 0eaf416eea55264a75a5b388280e28574aab5e11 (patch) | |
| tree | c1c7e97af89de3543814a88af9f819f97272a008 /include | |
| parent | d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -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 9bb8f342b60..dde73298fc4 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 |
