diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-10-26 21:24:21 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-27 08:52:22 -0400 |
commit | e5fa2b368c1fee747a7638492e256bfd39d95ef5 (patch) | |
tree | b52e7bf9aad6b26f83a12c62f24e4818768c1328 /include/configs | |
parent | 020e701d8d581b9b68f97aa3c39995a8fe9082ce (diff) |
sh7734: remove CONFIG_553MHZ_MODE
This macro only appears in commented-out lines. It is not referenced
by anyone.
I did not touch config_whitelist.txt - the CONFIG will be dropped
by the next re-sync.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ap_sh4a_4a.h | 1 | ||||
-rw-r--r-- | include/configs/r0p7734.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ap_sh4a_4a.h b/include/configs/ap_sh4a_4a.h index ab3d40c892..717ec80f82 100644 --- a/include/configs/ap_sh4a_4a.h +++ b/include/configs/ap_sh4a_4a.h @@ -12,7 +12,6 @@ #define CONFIG_CPU_SH7734 1 #define CONFIG_AP_SH4A_4A 1 #define CONFIG_400MHZ_MODE 1 -/* #define CONFIG_533MHZ_MODE 1 */ #define CONFIG_SYS_TEXT_BASE 0x8BFC0000 diff --git a/include/configs/r0p7734.h b/include/configs/r0p7734.h index a31c6e20df..1fef8b5f92 100644 --- a/include/configs/r0p7734.h +++ b/include/configs/r0p7734.h @@ -12,7 +12,6 @@ #define CONFIG_CPU_SH7734 1 #define CONFIG_R0P7734 1 #define CONFIG_400MHZ_MODE 1 -/* #define CONFIG_533MHZ_MODE 1 */ #define CONFIG_SYS_TEXT_BASE 0x8FFC0000 |