configs: Migrate CONFIG_SYS_TEXT_BASE
[platform/kernel/u-boot.git] / include / configs / rsk7264.h
index d717562..2144711 100644 (file)
@@ -12,7 +12,6 @@
 #define __RSK7264_H
 
 #define CONFIG_CPU_SH7264      1
-#define CONFIG_RSK7264         1
 
 #define CONFIG_DISPLAY_BOARDINFO
 
@@ -26,7 +25,6 @@
 
 /* Memory */
 /* u-boot relocated to top 256KB of ram */
-#define CONFIG_SYS_TEXT_BASE           0x0CFC0000
 #define CONFIG_SYS_SDRAM_BASE          0x0C000000
 #define CONFIG_SYS_SDRAM_SIZE          (64 * 1024 * 1024)
 
@@ -56,9 +54,4 @@
 #define CMT_CLK_DIVIDER                32      /* 8 (default), 32, 128 or 512 */
 #define CONFIG_SH_CMT_CLK_FREQ (CONFIG_SYS_CLK_FREQ / CMT_CLK_DIVIDER)
 
-/* Network interface */
-#define CONFIG_SMC911X
-#define CONFIG_SMC911X_16_BIT
-#define CONFIG_SMC911X_BASE    0x28000000
-
 #endif /* __RSK7264_H */