scripts: mkbootimg_rpi3.sh: replace waiting with sync command 23/156323/2
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 18 Oct 2017 05:31:06 +0000 (14:31 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 19 Oct 2017 04:42:30 +0000 (13:42 +0900)
commit795e05e37b265d5e5ae468a5424a79f12032e37e
treeb5ee7642d75a7512351ca1a3cea18fdd44dd3420
parent1ae0c3e97ee371632b894da4314a1e8dbe9e8d89
scripts: mkbootimg_rpi3.sh: replace waiting with sync command

The waiting with sleep command is not really required if there is
sync command before umount. Replace the waiting with sync command.

Change-Id: I97f886b9230aaafe20fc86caa2476d26c8464cde
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
scripts/mkbootimg_rpi3.sh