public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot]  [PATCH] config: k2hk_evm: Add generic board support
@ 2014-04-15 18:32 Ivan Khoronzhuk
  2014-04-15 18:39 ` Ivan Khoronzhuk
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Khoronzhuk @ 2014-04-15 18:32 UTC (permalink / raw)
  To: u-boot

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>
---
 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
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-15 18:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15 18:32 [U-Boot] [PATCH] config: k2hk_evm: Add generic board support Ivan Khoronzhuk
2014-04-15 18:39 ` Ivan Khoronzhuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox