Dear Miquel Raynal, In message <[email protected]> you wrote: > Both symbols must be enabled when there is a raw NAND driver > selected. Also enable them when CONFIG_CMD_NAND is selected to do not > break any build during later cleanup.
Why would we need MTD for raw NAND support in U-Boot? It is perfectly fine to access NAND based on addesses / offsets, isn't it? MTD creates just overhead which is not needed on some systems, and which may not be acceptable due to size limitations on other. Naked-by: Wolfgang Denk <[email protected]> Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] When all else fails, read the instructions. _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

