sync after changing memory split

This commit is contained in:
Alex Bradbury 2012-07-14 00:59:58 +01:00
parent e8abad0f52
commit 37d02c865f
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ do_memory_split() {
3>&1 1>&2 2>&3)
if [ $? -eq 0 ]; then
cp -a /boot/arm${MEMSPLIT}_start.elf /boot/start.elf
sync
fi
}