aboutsummaryrefslogtreecommitdiff
path: root/96boards-grub-efi-arm64.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-07-16 10:33:32 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2015-07-16 10:33:32 +0300
commitc8e3ce62bd9287e4437bb2e58c7ab75d56f77ee9 (patch)
tree3731912cc027fd3434673da2115ab31c808c5785 /96boards-grub-efi-arm64.yaml
parent5c54b851cf09d5843e2262603011f455fb202794 (diff)
96boards-grub-efi-arm64: sync kernel cmdline
* add console=tty0 * get rid of earlycon Change-Id: I5f90c453eeb812cacbba87afbed5f7ccb4fc85c0 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 174e15c683..b793e53346 100644
--- a/96boards-grub-efi-arm64.yaml
+++ b/96boards-grub-efi-arm64.yaml
@@ -42,13 +42,13 @@
set timeout=2
menuentry 'Debian GNU/Linux (eMMC)' {
- linux /Image console=ttyAMA3,115200 earlycon=pl011,0xf8015000 root=/dev/disk/by-partlabel/system rw rootwait efi=noruntime
+ linux /Image console=tty0 console=ttyAMA3,115200 root=/dev/disk/by-partlabel/system rootwait rw efi=noruntime
initrd /initrd.img
devicetree /hi6220-hikey.dtb
}
menuentry 'Debian GNU/Linux (SD card)' {
- linux /Image console=ttyAMA3,115200 earlycon=pl011,0xf8015000 root=/dev/mmcblk1p2 rw rootwait efi=noruntime
+ linux /Image console=tty0 console=ttyAMA3,115200 root=/dev/mmcblk1p2 rootwait rw efi=noruntime
initrd /initrd.img
devicetree /hi6220-hikey.dtb
}