Re: [PATCH] riscv: Fix ax25-ae350 and qemu-riscv Kconfig dependency

2020-11-05 Thread Bin Meng
Hi Heinrich, On Thu, Nov 5, 2020 at 4:55 PM Heinrich Schuchardt wrote: > > On 05.11.20 09:16, Bin Meng wrote: > > From: Bin Meng > > > > SPL_RAM_SUPPORT and SPL_RAM_DEVICE are only visible in an SPL config. > > 'if SPL' would only be required if you would use 'select'. With 'imply' > the

Re: [PATCH] riscv: Fix ax25-ae350 and qemu-riscv Kconfig dependency

2020-11-05 Thread Heinrich Schuchardt
On 05.11.20 09:16, Bin Meng wrote: > From: Bin Meng > > SPL_RAM_SUPPORT and SPL_RAM_DEVICE are only visible in an SPL config. 'if SPL' would only be required if you would use 'select'. With 'imply' the Kconfig build system takes care of this dependency. My question was about CONFIG_RAM which is

Re: [PATCH] riscv: Fix ax25-ae350 and qemu-riscv Kconfig dependency

2020-11-05 Thread Bin Meng
On Thu, Nov 5, 2020 at 4:16 PM Bin Meng wrote:> > From: Bin Meng > > SPL_RAM_SUPPORT and SPL_RAM_DEVICE are only visible in an SPL config. > > Reported-by: Heinrich Schuchardt +Heinrich Schuchardt in CC > Signed-off-by: Bin Meng > --- > This patch should be applied after the following one: >

[PATCH] riscv: Fix ax25-ae350 and qemu-riscv Kconfig dependency

2020-11-05 Thread Bin Meng
From: Bin Meng SPL_RAM_SUPPORT and SPL_RAM_DEVICE are only visible in an SPL config. Reported-by: Heinrich Schuchardt Signed-off-by: Bin Meng --- This patch should be applied after the following one: http://patchwork.ozlabs.org/project/uboot/patch/20201104114901.9420-2-xypron.g...@gmx.de/