RE: [PATCH 07/10] ram: sifive: Default to y only if compiling for fu540

2020-09-29 Thread Pragnesh Patel
>-Original Message- >From: Sean Anderson >Sent: 29 September 2020 19:49 >To: u-boot@lists.denx.de >Cc: Bin Meng ; Rick Chen ; >Heinrich Schuchardt ; Sean Anderson >; Pragnesh Patel >Subject: [PATCH 07/10] ram: sifive: Default to y only if compiling for fu540 > >[External Email] Do not

[PATCH 07/10] ram: sifive: Default to y only if compiling for fu540

2020-09-29 Thread Sean Anderson
Other RISC-V targets should not have RAM_SIFIVE enabled by default. Signed-off-by: Sean Anderson --- drivers/ram/sifive/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ram/sifive/Kconfig b/drivers/ram/sifive/Kconfig index 6aca22ab2a..b24153d971 100644 ---