mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
imx6: aristainetos: fix NAND detection with latest mainline
commit 88718be300
("mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND")
moved CONFIG_NAND -> CONFIG_MTD_RAW_NAND. Adapt board code to this
change, as last merge did not respect the above commit.
Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
23b783d700
commit
0c054753a9
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ struct display_info_t const displays[] = {
|
|||
};
|
||||
size_t display_count = ARRAY_SIZE(displays);
|
||||
|
||||
#if defined(CONFIG_NAND)
|
||||
#if defined(CONFIG_MTD_RAW_NAND)
|
||||
iomux_v3_cfg_t nfc_pads[] = {
|
||||
MX6_PAD_NANDF_CLE__NAND_CLE | MUX_PAD_CTRL(NO_PAD_CTRL),
|
||||
MX6_PAD_NANDF_ALE__NAND_ALE | MUX_PAD_CTRL(NO_PAD_CTRL),
|
||||
|
|
Loading…
Add table
Reference in a new issue