Message ID | 1509020671-1321-4-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | b7e4dadfd95cecb9ba3fc1a5e4d7b0d5eeb57ad5 |
Headers | show |
Series | Remove two unused drivers and unused CONFIG options | expand |
Hello Masahiro, Am 26.10.2017 um 14:24 schrieb Masahiro Yamada: > This macro is defined, but 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/novena.h | 1 - > 1 file changed, 1 deletion(-) Thanks! Acked-by: Heiko Schocher<hs@denx.de> bye, Heiko
On Thu, Oct 26, 2017 at 09:24:18PM +0900, Masahiro Yamada wrote: > This macro is defined, but 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> > Acked-by: Heiko Schocher<hs@denx.de> Applied to u-boot/master, thanks! -- Tom
diff --git a/include/configs/novena.h b/include/configs/novena.h index ac00975..3acc8c6 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -80,7 +80,6 @@ #define CONFIG_SYS_I2C_MXC_I2C2 /* enable I2C bus 2 */ #define CONFIG_SYS_I2C_MXC_I2C3 /* enable I2C bus 3 */ #define CONFIG_I2C_MULTI_BUS -#define CONFIG_I2C_MXC #define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_SYS_SPD_BUS_NUM 0
This macro is defined, but 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/novena.h | 1 - 1 file changed, 1 deletion(-)