Message ID | 1509020671-1321-14-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | a28b90b78715e165f3d52f09f056724f2a6e3d25 |
Headers | show |
Series | Remove two unused drivers and unused CONFIG options | expand |
On Thu, Oct 26, 2017 at 09:24:28PM +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> Applied to u-boot/master, thanks! -- Tom
diff --git a/include/configs/xpedite550x.h b/include/configs/xpedite550x.h index b433224..6c0981b 100644 --- a/include/configs/xpedite550x.h +++ b/include/configs/xpedite550x.h @@ -204,7 +204,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy); #define CONFIG_LOADS_ECHO 1 /* echo on for serial download */ #define CONFIG_SYS_LOADS_BAUD_CHANGE 1 /* allow baudrate change */ -#define CONFIG_FDT_FIXUP_PCI_IRQ 1 /* * I2C
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/xpedite550x.h | 1 - 1 file changed, 1 deletion(-)