[U-Boot] [PATCH 1/3] configs: drop CMD_CACHE from mx23_olinuxino_defconfig
Michael Heimpold
mhei at heimpold.de
Fri Nov 2 22:08:34 UTC 2018
Am Dienstag, 30. Oktober 2018, 11:35:25 CET schrieb Marek Vasut:
> On 10/29/2018 08:21 PM, Michael Heimpold wrote:
> > This prevents the warning message
> > "No arch specific invalidate_icache_all available!"
> > during boot.
>
> Can you implement it ? The cache support worked on MX23.
Hm, I had a second look: for invalidate_icache_all()
- we already have an implementation in arch/arm/cpu/arm926ejs/cache.c
- we have a weak symbol in cmd/cache.c
- we have a weak symbol in lib/efi_loader/efi_image_loader.c
I don't know how I managed to get the warning - cannot reproduce it
anymore.
So I withdraw this one patch, sorry for the noise.
Regards,
Michael
>
> > Signed-off-by: Michael Heimpold <mhei at heimpold.de>
> > ---
> >
> > configs/mx23_olinuxino_defconfig | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/configs/mx23_olinuxino_defconfig
> > b/configs/mx23_olinuxino_defconfig index 2eee19dab5..6597dc3870 100644
> > --- a/configs/mx23_olinuxino_defconfig
> > +++ b/configs/mx23_olinuxino_defconfig
> > @@ -20,7 +20,6 @@ CONFIG_CMD_MMC=y
> >
> > CONFIG_CMD_USB=y
> > # CONFIG_CMD_SETEXPR is not set
> > CONFIG_CMD_DHCP=y
> >
> > -CONFIG_CMD_CACHE=y
> >
> > CONFIG_CMD_EXT2=y
> > CONFIG_CMD_FAT=y
> > CONFIG_ENV_IS_IN_MMC=y
More information about the U-Boot
mailing list