Drop devicetree from aarch64 grub2-efi.cfg (#1089418)
This is non longer needed, Acadia/Biscayne now contains an embedded DTB. Resolves: rhbz#1089418
This commit is contained in:
parent
59f256e989
commit
ccb43c2a62
@ -12,6 +12,5 @@ set timeout=5
|
||||
menuentry 'Install @PRODUCT@ @VERSION@' --class red --class gnu-linux --class gnu --class os {
|
||||
linux @KERNELPATH@ @ROOT@ ro console=ttyS0,115200 debug earlyprintk=uart8250-32bit,0x1c020000 maxcpus=1
|
||||
initrd @INITRDPATH@
|
||||
devicetree /images/pxeboot/apm-mustang.dtb
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user