summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorChristopher Clark <christopher.w.clark@gmail.com>2021-04-24 01:30:56 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-29 23:05:11 -0400
commitc66fca46e407561b59a5904a682d6ff1c4609b95 (patch)
tree13ae7bd601904633c604e26957a5557998393fd4 /dynamic-layers
parentc1da485cc9d61b3e491243c35f3de6ab1fc5a2db (diff)
downloadmeta-virtualization-c66fca46e407561b59a5904a682d6ff1c4609b95.tar.gz
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>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.xen.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.xen.in b/dynamic-layers/raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.xen.in
index 84d533a6..9cba41f1 100644
--- a/dynamic-layers/raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.xen.in
+++ b/dynamic-layers/raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.xen.in
@@ -21,7 +21,7 @@ echo Add a dom0 node to chosen to put Linux boot information in
21fdt mknode /chosen dom0 21fdt mknode /chosen dom0
22 22
23echo Set this for the Linux boot command 23echo Set this for the Linux boot command
24fdt set /chosen/dom0 compatible "xen,linux-zimage", "xen,multiboot-module" 24fdt set /chosen/dom0 compatible "multiboot,module"
25 25
26# Tell Xen where PCI is 26# Tell Xen where PCI is
27fdt set /scb/pcie@7d500000 device_type "pci" 27fdt set /scb/pcie@7d500000 device_type "pci"