]> git.sur5r.net Git - u-boot/blobdiff - include/configs/CPCI750.h
s5pc1xx: add support SMDKC100 board
[u-boot] / include / configs / CPCI750.h
index 8494faac29c1c3752c4a7064322fa5f13fa1cf11..d516c3cb8128e0f11faeb0ba7919ef7b7bcabf30 100644 (file)
@@ -76,7 +76,8 @@
 
 #define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
 
-#define CONFIG_AUTO_COMPLETE 1
+#define CONFIG_CMDLINE_EDITING         /* add command line history     */
+#define CONFIG_AUTO_COMPLETE           /* add autocompletion support   */
 
 /* Define which ETH port will be used for connecting the network */
 #define CONFIG_SYS_ETH_PORT            ETH_0
 
 #define CONFIG_SYS_BOARD_ASM_INIT      1
 
+#define CPCI750_SLAVE_TEST     (((in8(0xf0300000) & 0x80) == 0) ? 0 : 1)
+
 #endif /* __CONFIG_H */