aboutsummaryrefslogtreecommitdiff
path: root/96boards-grub-efi-arm64.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-10-01 19:00:49 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2015-10-01 19:01:54 +0300
commit90240960d6fbe399eebae773827531ad17f38a33 (patch)
treef77b17890fa4d25ac0fb7e3764cf8a34af9f364e /96boards-grub-efi-arm64.yaml
parentb057b4241c53488b6546111ffbdd6d436aefbb9b (diff)
Revert "96boards-grub-efi-arm64: add menu entries without quiet option"
This reverts commit 8e9b71e6b819c48d9f8f0a50386af6cf9dc797c7. Change-Id: Ie24eb04418173febc7938dec7a27f36f3141ab8b
Diffstat (limited to '96boards-grub-efi-arm64.yaml')
-rw-r--r--96boards-grub-efi-arm64.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/96boards-grub-efi-arm64.yaml b/96boards-grub-efi-arm64.yaml
index b22e526b..7f270fe5 100644
--- a/96boards-grub-efi-arm64.yaml
+++ b/96boards-grub-efi-arm64.yaml
@@ -53,18 +53,6 @@
devicetree /hi6220-hikey.dtb
}
- menuentry 'Debian GNU/Linux (eMMC), without quiet option' {
- 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), without quiet option' {
- linux /Image console=tty0 console=ttyAMA3,115200 root=/dev/mmcblk1p2 rootwait rw efi=noruntime
- initrd /initrd.img
- devicetree /hi6220-hikey.dtb
- }
-
menuentry 'Fastboot' {
chainloader (hd0,gpt6)/fastboot.efi
}