Hi Rick, On Tue, May 28, 2019 at 5:44 PM Andes <[email protected]> wrote: > > From: Rick Chen <[email protected]> > > Select the v5l2 UCLASS_CACHE driver for AE350. > > Signed-off-by: Rick Chen <[email protected]> > Cc: Greentime Hu <[email protected]> > --- > board/AndesTech/ax25-ae350/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/board/AndesTech/ax25-ae350/Kconfig > b/board/AndesTech/ax25-ae350/Kconfig > index 5e682b6..dd299d9 100644 > --- a/board/AndesTech/ax25-ae350/Kconfig > +++ b/board/AndesTech/ax25-ae350/Kconfig > @@ -25,5 +25,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy > def_bool y > select RISCV_NDS > imply SMP > + imply V5L2_CACHE
I believe L2 cache is a CPU specific feature, hence this should be implied from arch/riscv/cpu/ax25/Kconfig Regards, Bin _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

