Message ID | 1509020671-1321-17-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | 33fe271278aea4ac9301230fb168d83d1d62c7b5 |
Headers | show |
Series | Remove two unused drivers and unused CONFIG options | expand |
On Thu, Oct 26, 2017 at 09:24:31PM +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/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h index 111a7dc..67115f9 100644 --- a/include/configs/at91sam9n12ek.h +++ b/include/configs/at91sam9n12ek.h @@ -72,7 +72,6 @@ #define CONFIG_ATMEL_NAND_HW_PMECC #define CONFIG_PMECC_CAP 2 #define CONFIG_PMECC_SECTOR_SIZE 512 -#define CONFIG_PMECC_INDEX_TABLE_OFFSET 0x8000 #define CONFIG_MTD_PARTITIONS #define CONFIG_MTD_DEVICE
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/at91sam9n12ek.h | 1 - 1 file changed, 1 deletion(-)