grub: Change default boot resolution from 720p to EDID detected
Change-Id: I79b4db7471b0e6316ecead4f900bae38b71a0b23
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
diff --git a/bootloader/EFI/BOOT/grub.cfg b/bootloader/EFI/BOOT/grub.cfg
index e2443b0..f926f7a 100644
--- a/bootloader/EFI/BOOT/grub.cfg
+++ b/bootloader/EFI/BOOT/grub.cfg
@@ -1,5 +1,12 @@
set default="0"
set timeout=1
+menuentry 'AOSP' {
+ search.fs_label boot root
+ set root=($root)
+ linux /Image console=ttyAMA3,115200 androidboot.console=ttyAMA3 androidboot.hardware=hikey firmware_class.path=/system/etc/firmware efi=noruntime androidboot.selinux=permissive
+ initrd /ramdisk.img
+ devicetree /hi6220-hikey.dtb
+}
menuentry 'AOSP@720P' {
search.fs_label boot root
set root=($root)
@@ -14,14 +21,6 @@
initrd /ramdisk.img
devicetree /hi6220-hikey.dtb
}
-menuentry 'AOSP' {
- search.fs_label boot root
- set root=($root)
- linux /Image console=ttyAMA3,115200 androidboot.console=ttyAMA3 androidboot.hardware=hikey firmware_class.path=/system/etc/firmware efi=noruntime androidboot.selinux=permissive
- initrd /ramdisk.img
- devicetree /hi6220-hikey.dtb
-}
-
menuentry 'Fastboot' {
search.fs_label boot root
chainloader ($root)/EFI/BOOT/fastboot.efi