On Wed, 8 Jan 2020 at 04:09, Masahiro Yamada <masahi...@kernel.org> wrote: > > I do not know why the boot code immediately after the system reset > should write-back the cache content. I think the cache invalidation > should be enough. > > I tested this commit with qemu-x86_defconfig, and it worked for me. > > Signed-off-by: Masahiro Yamada <masahi...@kernel.org> > --- > > arch/x86/cpu/start.S | 2 +- > arch/x86/cpu/start16.S | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>