diff options
| author | Enrico Mioso | 2024-10-21 21:39:59 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-11-04 09:54:40 +0000 |
| commit | f2bddc17893ea9819ee485b87f240b8d4db76df1 (patch) | |
| tree | e6446f30582c05f2b1d84991a80f102f431ceca5 | |
| parent | c6a6aac763aa320a3ed810041e0f1dc7ab77b30f (diff) | |
| download | openwrt-f2bddc17893ea9819ee485b87f240b8d4db76df1.tar.gz | |
uboot-mediatek: fix boot media for mt7981 RFB NOR profile
Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
CC: Daniel Golle <daniel@makrotopia.org>
| -rw-r--r-- | package/boot/uboot-mediatek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mediatek/Makefile b/package/boot/uboot-mediatek/Makefile index ab08126b51..3485765368 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 |