Message ID | 20241021214007.46334-1-mrkiko.rs@gmail.com |
---|---|
State | Accepted |
Delegated to: | Robert Marko |
Headers | show |
Series | uboot-mediatek: fix boot media for mt7981 RFB NOR profile | expand |
On Mon, 21 Oct 2024 at 23:41, Enrico Mioso <mrkiko.rs@gmail.com> wrote: > > Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com> > CC: Daniel Golle <daniel@makrotopia.org> Thanks, merged to main and backported to 24.10. Regards, Robert > --- > package/boot/uboot-mediatek/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile > index e5a0a393fe..0376eea8f2 100644 > --- a/package/boot/uboot-mediatek/Makefile > +++ b/package/boot/uboot-mediatek/Makefile > @@ -370,7 +370,7 @@ define U-Boot/mt7981_rfb-nor > BUILD_DEVICES:=mediatek_mt7981-rfb > UBOOT_CONFIG:=mt7981_nor_rfb > UBOOT_IMAGE:=u-boot.fip > - BL2_BOOTDEV:=spim-nand > + BL2_BOOTDEV:=nor > BL2_SOC:=mt7981 > BL2_DDRTYPE:=ddr3 > DEPENDS:=+trusted-firmware-a-mt7981-nor-ddr3 > -- > 2.47.0 > > > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile index e5a0a393fe..0376eea8f2 100644 --- a/package/boot/uboot-mediatek/Makefile +++ b/package/boot/uboot-mediatek/Makefile @@ -370,7 +370,7 @@ define U-Boot/mt7981_rfb-nor BUILD_DEVICES:=mediatek_mt7981-rfb UBOOT_CONFIG:=mt7981_nor_rfb UBOOT_IMAGE:=u-boot.fip - BL2_BOOTDEV:=spim-nand + BL2_BOOTDEV:=nor BL2_SOC:=mt7981 BL2_DDRTYPE:=ddr3 DEPENDS:=+trusted-firmware-a-mt7981-nor-ddr3
Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com> CC: Daniel Golle <daniel@makrotopia.org> --- package/boot/uboot-mediatek/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)