rpi4,elfloader: select firmware node for smp boot
Attach the firmware node so that the elfloader can perform smp boots. Signed-off-by: Kent McLeod <kent@kry10.com>
This commit is contained in:
parent
f2925faee8
commit
6059924669
2 changed files with 2 additions and 2 deletions
|
|
@ -10,6 +10,7 @@
|
|||
chosen {
|
||||
seL4,elfloader-devices =
|
||||
"serial1",
|
||||
&{/soc/firmware},
|
||||
&{/timer};
|
||||
|
||||
seL4,kernel-devices =
|
||||
|
|
|
|||
|
|
@ -224,8 +224,7 @@ devices:
|
|||
- compatible:
|
||||
- arm,psci-0.2
|
||||
- arm,psci-1.0
|
||||
- compatible:
|
||||
- fsl,imx6q-src
|
||||
- fsl,imx6sx-src
|
||||
- compatible:
|
||||
- xlnx,zynq-reset
|
||||
- raspberrypi,bcm2835-firmware
|
||||
|
|
|
|||
Loading…
Reference in a new issue