]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/ap325rxa.h
ARM: mx6: Enable PCIe on Sabrelite
[karo-tx-uboot.git] / include / configs / ap325rxa.h
index af3a4277e2971c650b019217dcad562c4dde3c61..462b2e29106fbc7094e98ad76821b8f6b7130bf4 100644 (file)
@@ -11,8 +11,6 @@
 #define __AP325RXA_H
 
 #undef DEBUG
-#define CONFIG_SH              1
-#define CONFIG_SH4             1
 #define CONFIG_CPU_SH7723      1
 #define CONFIG_AP325RXA        1
 
@@ -51,7 +49,6 @@
 /* undef to save memory        */
 #define CONFIG_SYS_LONGHELP
 /* Monitor Command Prompt */
-#define CONFIG_SYS_PROMPT              "=> "
 /* Buffer size for input from the Console */
 #define CONFIG_SYS_CBSIZE              256
 /* Buffer size for Console output */
 
 /* Board Clock */
 #define CONFIG_SYS_CLK_FREQ    33333333
+#define CONFIG_SH_TMU_CLK_FREQ CONFIG_SYS_CLK_FREQ
+#define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ
 #define CONFIG_SYS_TMU_CLK_DIV         (4)     /* 4 (default), 16, 64, 256 or 1024 */
-#define CONFIG_SYS_HZ          1000
 
 #endif /* __AP325RXA_H */