commit | 049756c2fee45bc4bc9054dbe024c3c80584b446 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue May 26 15:06:12 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 04 15:05:45 2020 -0400 |
tree | 4074e60c0cb725d61fee8ab8bedde597177af62b | |
parent | 4cc24aeaf420f33f7ee92f76e025a86fc9aaefec [diff] |
pfla02: Rework excluding NAND from SPL Rather than only enable CONFIG_CMD_NAND for non-SPL builds, move the CMD options to defconfig and rework the guards to not try and call the function in SPL builds. Cc: Stefano Babic <sbabic@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Stefano Babic <sbabic@denx.de>