Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
4
buildroot/board/sifive/hifive-unleashed/boot.cmd
Normal file
4
buildroot/board/sifive/hifive-unleashed/boot.cmd
Normal file
@@ -0,0 +1,4 @@
|
||||
setenv bootargs earlycon=sbi root=/dev/mmcblk0p3 rootwait
|
||||
load mmc 0:3 ${kernel_addr_r} boot/Image
|
||||
load mmc 0:3 ${fdt_addr_r} boot/hifive-unleashed-a00.dtb
|
||||
booti ${kernel_addr_r} - ${fdt_addr_r}
|
||||
Reference in New Issue
Block a user