]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/sh7752evb.h
am43xx: Update CONFIG_SPL_TEXT_BASE
[karo-tx-uboot.git] / include / configs / sh7752evb.h
index fb4dc6fde422c687c2ce13f4fdfb951ae215b6eb..d7bc751eab179eafd90c8cf633e9370eae42160f 100644 (file)
@@ -10,9 +10,6 @@
 #define __SH7752EVB_H
 
 #undef DEBUG
-#define CONFIG_SH              1
-#define CONFIG_SH4A            1
-#define CONFIG_SH_32BIT                1
 #define CONFIG_CPU_SH7752      1
 #define CONFIG_SH7752EVB       1
 
@@ -20,7 +17,6 @@
 #define CONFIG_SYS_LDSCRIPT    "board/renesas/sh7752evb/u-boot.lds"
 
 #define CONFIG_CMD_MEMORY
-#define CONFIG_CMD_NET
 #define CONFIG_CMD_MII
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_NFS
@@ -51,7 +47,6 @@
 #define SH7752EVB_SDRAM_SIZE           (512 * 1024 * 1024)
 
 #define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_PROMPT              "=> "
 #define CONFIG_SYS_CBSIZE              256
 #define CONFIG_SYS_PBSIZE              256
 #define CONFIG_SYS_MAXARGS             16
 
 /* Board Clock */
 #define CONFIG_SYS_CLK_FREQ    48000000
+#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
-#define CONFIG_SYS_HZ          1000
 #endif /* __SH7752EVB_H */