Skip to content
Snippets Groups Projects
Commit 31ab1a62 authored by Walter Lozano's avatar Walter Lozano
Browse files

Revert "Workaround u-boot configuration for RPi4"


This reverts commit 85295ff2 as a first
step to adapt to the new version of U-boot.

Signed-off-by: default avatarWalter Lozano <walter.lozano@collabora.com>
parent a2564dc2
No related branches found
No related tags found
1 merge request!647Revert "Workaround u-boot configuration for RPi4" and adapt
......@@ -40,7 +40,7 @@ device-arm64-bcm2711-rpi-4-b:
board: rpi64
boot_method: u-boot
boot_commands:
- setenv pxefile_addr_r 0x00080000; setenv scriptaddr 0x00100000; setenv kernel_addr_r 0x00200000; setenv fdt_addr_r 0x09800000; setenv ramdisk_addr_r 0x09900000; printenv; if test ${bootcount} -lt ${bootlimit}; then run distro_bootcmd; else run altbootcmd; fi
- if test ${bootcount} -lt ${bootlimit}; then run distro_bootcmd; else run altbootcmd; fi
deploy_device: sd-card
device_type: bcm2711-rpi-4-b
firststagedtb: broadcom/bcm2711-rpi-4-b.dtb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment