
Hi,
-----Original Message----- From: Bin Meng bmeng.cn@gmail.com Sent: 14 March 2020 14:41 To: Pragnesh Patel pragnesh.patel@sifive.com Cc: U-Boot Mailing List u-boot@lists.denx.de; Atish Patra atish.patra@wdc.com; Palmer Dabbelt palmerdabbelt@google.com; Paul Walmsley paul.walmsley@sifive.com; Rick Chen rick@andestech.com; Simon Glass sjg@chromium.org; Alexey Brodkin abrodkin@synopsys.com; Trevor Woerner trevor@toganlabs.com Subject: Re: [PATCH] riscv: ax25: cache: Remove SPL_RISCV_MMODE config check
On Sat, Mar 14, 2020 at 4:48 PM Pragnesh Patel pragnesh.patel@sifive.com wrote:
CONFIG_IS_ENABLED(FOO) will check FOO config option for U-boot proper,
nits: U-Boot
Will update in v2.
SPL and TPL, so remove unnecessary CONFIG_IS_ENABLED()
Signed-off-by: Pragnesh Patel pragnesh.patel@sifive.com
arch/riscv/cpu/ax25/cache.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com