Re: [PATCH 04/20] kbuild: scripts/install.sh: call sync before calling the bootloader installer

2021-04-07 Thread Masahiro Yamada
On Wed, Apr 7, 2021 at 2:34 PM Greg Kroah-Hartman wrote: > > It's good to ensure that the files are written out before calling the > bootloader installer, as other architectures do, so call sync after > doing the copying of the kernel and system map files. I see 3 architectures that call 'sync'

[PATCH 04/20] kbuild: scripts/install.sh: call sync before calling the bootloader installer

2021-04-06 Thread Greg Kroah-Hartman
It's good to ensure that the files are written out before calling the bootloader installer, as other architectures do, so call sync after doing the copying of the kernel and system map files. Signed-off-by: Greg Kroah-Hartman --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1