[U-Boot] [PATCH 16/16] AT91: remove CONFIG_PMECC_INDEX_TABLE_OFFSET
Masahiro Yamada
yamada.masahiro at socionext.com
Thu Oct 26 12:24:31 UTC 2017
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 at socionext.com>
---
include/configs/at91sam9n12ek.h | 1 -
1 file changed, 1 deletion(-)
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
--
2.7.4
More information about the U-Boot
mailing list