diff options
| author | Christopher Clark <christopher.w.clark@gmail.com> | 2021-04-24 01:30:56 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-29 23:05:11 -0400 |
| commit | c66fca46e407561b59a5904a682d6ff1c4609b95 (patch) | |
| tree | 13ae7bd601904633c604e26957a5557998393fd4 | |
| parent | c1da485cc9d61b3e491243c35f3de6ab1fc5a2db (diff) | |
| download | meta-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>
| -rw-r--r-- | dynamic-layers/raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.xen.in | 2 |
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 | |||
| 21 | fdt mknode /chosen dom0 | 21 | fdt mknode /chosen dom0 |
| 22 | 22 | ||
| 23 | echo Set this for the Linux boot command | 23 | echo Set this for the Linux boot command |
| 24 | fdt set /chosen/dom0 compatible "xen,linux-zimage", "xen,multiboot-module" | 24 | fdt set /chosen/dom0 compatible "multiboot,module" |
| 25 | 25 | ||
| 26 | # Tell Xen where PCI is | 26 | # Tell Xen where PCI is |
| 27 | fdt set /scb/pcie@7d500000 device_type "pci" | 27 | fdt set /scb/pcie@7d500000 device_type "pci" |
