commit | 7cd5199c097d406c9a4a54b47a1bce35c3da9c27 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sun Jul 08 07:28:10 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 21 22:26:58 2018 -0400 |
tree | 3b497658a762dc6756c61ba99ab9eb84cda30360 | |
parent | 66466b0f67571b52d2478af5d4299ebf55397343 [diff] |
configs: Make NAND_BOOT and ONENAND_BOOT imply NAND Some boards indicate support from booting NAND or ONENAND booting, but don't enable the CONFIG_NAND. This makes those boards imply NAND which will make enabling other flags that are dependent on CONFIG_NAND possible and easier to migrate. Signed-off-by: Adam Ford <aford173@gmail.com>