aboutsummaryrefslogtreecommitdiff
path: root/96boards-grub-efi-arm64.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-07-15 14:28:08 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2015-07-15 14:28:08 +0300
commit895111db0efd4da705f9c4a1ddb47ef32fd7dbc8 (patch)
tree4da9413156cd625d62fb054761e473aff49e13e3 /96boards-grub-efi-arm64.yaml
parentb7669f569629957ab5869162acc2f81da5933e0b (diff)
96boards-grub-efi-arm64: update cmdline
remove initrd=initrd.img entry, redundant with initrd grub menu entry. Change-Id: I2bcc6a2605464aa62a2a3bcdc6b7fa43a130da7c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-grub-efi-arm64.yaml')
-rw-r--r--96boards-grub-efi-arm64.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/96boards-grub-efi-arm64.yaml b/96boards-grub-efi-arm64.yaml
index f2badca011..2033cf83f7 100644
--- a/96boards-grub-efi-arm64.yaml
+++ b/96boards-grub-efi-arm64.yaml
@@ -42,7 +42,7 @@
set timeout=2
menuentry 'Debian GNU/Linux' {
- linux /Image console=ttyAMA0,115200 earlycon=pl011,0xf8015000 root=/dev/disk/by-partlabel/system rw rootwait initrd=initrd.img efi=noruntime
+ linux /Image console=ttyAMA0,115200 earlycon=pl011,0xf8015000 root=/dev/disk/by-partlabel/system rw rootwait efi=noruntime
initrd /initrd.img
devicetree /hi6220-hikey.dtb
}