Message ID | 1509020671-1321-7-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | e5fa2b368c1fee747a7638492e256bfd39d95ef5 |
Headers | show |
Series | Remove two unused drivers and unused CONFIG options | expand |
On Thu, Oct 26, 2017 at 09:24:21PM +0900, Masahiro Yamada wrote: > 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> Applied to u-boot/master, thanks! -- Tom
diff --git a/include/configs/ap_sh4a_4a.h b/include/configs/ap_sh4a_4a.h index ab3d40c..717ec80 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 a31c6e2..1fef8b5 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
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> --- include/configs/ap_sh4a_4a.h | 1 - include/configs/r0p7734.h | 1 - 2 files changed, 2 deletions(-)