Re: [PATCH 1/8] pfla02: Rework excluding NAND from SPL

2020-06-04 Thread Tom Rini
On Tue, May 26, 2020 at 03:06:12PM -0400, Tom Rini wrote: > 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 > Signed-off-by: Tom Rini > Acked-by: Stefano

Re: [PATCH 1/8] pfla02: Rework excluding NAND from SPL

2020-05-27 Thread Stefano Babic
On 26.05.20 21:06, Tom Rini wrote: > 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 > Signed-off-by: Tom Rini > --- > A grep around for setup_gpmi_nand()

[PATCH 1/8] pfla02: Rework excluding NAND from SPL

2020-05-26 Thread Tom Rini
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 Signed-off-by: Tom Rini --- A grep around for setup_gpmi_nand() shows that other platforms will just make an empty