
On Thu, Sep 29, 2022 at 10:02:54AM +0300, Roger Quadros wrote:
Hi Simon,
On 28/09/2022 19:27, Simon Glass wrote:
Hi Roger,
On Wed, 28 Sept 2022 at 06:12, Roger Quadros rogerq@kernel.org wrote:
We will need ti-gpmc driver for SPL. Allow memory drivers do be built for SPL.
Signed-off-by: Roger Quadros rogerq@kernel.org
scripts/Makefile.spl | 1 + 1 file changed, 1 insertion(+)
Please can you use the existing drivers/ram directory?
The ti-gpmc driver is not actually a RAM only controller. Although it can support SRAM. It is a more general purpose controller that can support different peripherals. It is similar to the drivers already existing in the divers/memory directory.
I was just trying to keep the file layout similar to that in the Linux kernel.
Do you still see a problem with it?
Yes, this makes sense because it's not a ram controller driver.