commit | d42ed1597288136bdb228b43b701876c08209fad | [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 | 8da3a6b25197b2a838879ffb417fa49696bf496b [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>