Re: [u-boot][PATCH v3 2/4] scripts: Makefile.spl: Enable memory drivers to be built for SPL

2022-10-26 Thread Tom Rini
On Thu, Oct 20, 2022 at 04:30:47PM +0300, Roger Quadros wrote: > Introduce CONFIG_SPL_MEMORY to allow Memory drivers to > be built for SPL. > > Signed-off-by: Roger Quadros > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [u-boot][PATCH v3 2/4] scripts: Makefile.spl: Enable memory drivers to be built for SPL

2022-10-21 Thread Simon Glass
On Thu, 20 Oct 2022 at 07:31, Roger Quadros wrote: > > Introduce CONFIG_SPL_MEMORY to allow Memory drivers to > be built for SPL. > > Signed-off-by: Roger Quadros > --- > common/spl/Kconfig | 7 +++ > scripts/Makefile.spl | 1 + > 2 files changed, 8 insertions(+) Reviewed-by: Simon Glass

[u-boot][PATCH v3 2/4] scripts: Makefile.spl: Enable memory drivers to be built for SPL

2022-10-20 Thread Roger Quadros
Introduce CONFIG_SPL_MEMORY to allow Memory drivers to be built for SPL. Signed-off-by: Roger Quadros --- common/spl/Kconfig | 7 +++ scripts/Makefile.spl | 1 + 2 files changed, 8 insertions(+) diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 70d97815f0..186131a699 100644 ---