mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
atmel_nand: Remove undef during SPL_BUILD
We cannot disable features in SPL in this manner, remove the undef here. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
2c065aeeee
commit
991bc16951
1 changed files with 0 additions and 4 deletions
|
@ -38,10 +38,6 @@
|
|||
|
||||
#ifdef CONFIG_ATMEL_NAND_HW_PMECC
|
||||
|
||||
#ifdef CONFIG_SPL_BUILD
|
||||
#undef CONFIG_SYS_NAND_ONFI_DETECTION
|
||||
#endif
|
||||
|
||||
struct atmel_nand_host {
|
||||
struct pmecc_regs __iomem *pmecc;
|
||||
struct pmecc_errloc_regs __iomem *pmerrloc;
|
||||
|
|
Loading…
Reference in a new issue