Re: [PATCH 22/26 v7] mips: spl: Flush cache before jumping to U-Boot proper

2020-04-23 Thread Daniel Schwierzeck
Am 21.04.20 um 09:28 schrieb Stefan Roese: > This patch adds a MIPS specific jump_to_image_no_args() implementation, > which flushes the U-Boot proper image loaded from the boot device in > SPL before jumping to it. > > It has been noticed on MT76x8, that this cache flush is needed. Other > MIP

[PATCH 22/26 v7] mips: spl: Flush cache before jumping to U-Boot proper

2020-04-21 Thread Stefan Roese
This patch adds a MIPS specific jump_to_image_no_args() implementation, which flushes the U-Boot proper image loaded from the boot device in SPL before jumping to it. It has been noticed on MT76x8, that this cache flush is needed. Other MIPS platforms might need it as well. Signed-off-by: Stefan