mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
xen, rpi4: use the preferred generic multiboot,module compatible string
This string has been preferred since 2014 -- ref: Xen commit a860dfeec and also current documentation: docs/misc/arm/device-tree/booting.txt Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
c1da485cc9
commit
c66fca46e4
|
@ -21,7 +21,7 @@ echo Add a dom0 node to chosen to put Linux boot information in
|
|||
fdt mknode /chosen dom0
|
||||
|
||||
echo Set this for the Linux boot command
|
||||
fdt set /chosen/dom0 compatible "xen,linux-zimage", "xen,multiboot-module"
|
||||
fdt set /chosen/dom0 compatible "multiboot,module"
|
||||
|
||||
# Tell Xen where PCI is
|
||||
fdt set /scb/pcie@7d500000 device_type "pci"
|
||||
|
|
Loading…
Reference in New Issue
Block a user