aboutsummaryrefslogtreecommitdiff
path: root/96boards-grub-efi-arm64.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-07-20 11:52:16 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2015-07-20 11:52:16 +0300
commit1bf8b654bc6c36ad2409af7562fe054b1e0d29a8 (patch)
tree5e58a1e14f632ea04376f8fb68fdb63441c61503 /96boards-grub-efi-arm64.yaml
parent569c8f6fb807b772c1f58dde92c267580f45e90b (diff)
96boards-hikey: update kernel cmdline
* rw -> ro * add quiet Change-Id: I122d88f8d68b345aab55bbcd25c3d51ec0cd316c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-grub-efi-arm64.yaml')
-rw-r--r--96boards-grub-efi-arm64.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/96boards-grub-efi-arm64.yaml b/96boards-grub-efi-arm64.yaml
index ab388d2c..3fd8d83e 100644
--- a/96boards-grub-efi-arm64.yaml
+++ b/96boards-grub-efi-arm64.yaml
@@ -42,13 +42,13 @@
set timeout=1
menuentry 'Debian GNU/Linux (eMMC)' {
- linux /Image console=tty0 console=ttyAMA3,115200 root=/dev/disk/by-partlabel/system rootwait rw efi=noruntime
+ linux /Image console=tty0 console=ttyAMA3,115200 root=/dev/disk/by-partlabel/system rootwait ro quiet efi=noruntime
initrd /initrd.img
devicetree /hi6220-hikey.dtb
}
menuentry 'Debian GNU/Linux (SD card)' {
- linux /Image console=tty0 console=ttyAMA3,115200 root=/dev/mmcblk1p2 rootwait rw efi=noruntime
+ linux /Image console=tty0 console=ttyAMA3,115200 root=/dev/mmcblk1p2 rootwait ro quiet efi=noruntime
initrd /initrd.img
devicetree /hi6220-hikey.dtb
}