I see that eventually this patch haven't been merged and instead I find in master 39b5f08a7515d7ff1106e3fbc34e373cb4b93af3 which does the same.
Can maintainers move this change also to gatesgarth branch? Otherwise, the branch is affected by the bug. Regards, Adrian On 12.02.2021 17:17, Mark Hatle wrote: > > On 2/10/21 5:29 AM, Adrian wrote: >> Signed-off-by: Adrian Fiergolski <[email protected]> >> --- >> .../recipes-bsp/u-boot/u-boot-zynq-scr/boot.cmd.sd.zynqmp | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git >> a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-zynq-scr/boot.cmd.sd.zynqmp >> b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-zynq-scr/boot.cmd.sd.zynqmp >> index 43062ce8..b234a8df 100644 >> --- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-zynq-scr/boot.cmd.sd.zynqmp >> +++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-zynq-scr/boot.cmd.sd.zynqmp >> @@ -1,6 +1,5 @@ >> setenv sdbootdev @@SDBOOTDEV@@ >> setenv bootargs $bootargs root=/dev/mmcblk${sdbootdev}p2 rw rootwait >> earlycon clk_ignore_unused >> -setenv bootargs $bootargs root=/dev/mmcblk0p2 rw rootwait earlycon >> clk_ignore_unused > Yes, this hard coding looks like some sort of error, as it appears to override > the line before. I'll try to get this fix merged in soon. > > --Mark > >> if test -n "@@BITSTREAM@@"; then >> fatload mmc $sdbootdev @@BITSTREAM_LOAD_ADDRESS@@ @@BITSTREAM_IMAGE@@ && >> fpga @@BITSTREAM_LOAD_TYPE@@ 0 @@BITSTREAM_LOAD_ADDRESS@@ ${filesize} >> fi >> >> >> >> >>
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#4898): https://lists.yoctoproject.org/g/meta-xilinx/message/4898 Mute This Topic: https://lists.yoctoproject.org/mt/80529449/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
