sh: tmu: Clean up CONFIG_SH_TMU_CLK_FREQ
[platform/kernel/u-boot.git] / include / configs / rsk7203.h
index a5aa11c..ef2b79e 100644 (file)
@@ -1,10 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Configuation settings for the Renesas Technology RSK 7203
  *
  * Copyright (C) 2008 Nobuhiro Iwamatsu
  * Copyright (C) 2008 Renesas Solutions Corp.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __RSK7203_H
@@ -22,8 +21,6 @@
 #define RSK7203_FLASH_BASE_1   0x20000000      /* Non cache */
 #define RSK7203_FLASH_BANK_SIZE        (4 * 1024 * 1024)
 
-#define CONFIG_SYS_TEXT_BASE   0x0C7C0000
-#define CONFIG_SYS_LONGHELP            /* undef to save memory */
 /* List of legal baudrate settings for this board */
 #define CONFIG_SYS_BAUDRATE_TABLE      { 115200 }
 
@@ -61,7 +58,6 @@
 
 /* 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 CMT_CLK_DIVIDER        32      /* 8 (default), 32, 128 or 512 */
 #define CONFIG_SH_CMT_CLK_FREQ (CONFIG_SYS_CLK_FREQ / CMT_CLK_DIVIDER)