Skip to content

Commit bbe358f

Browse files
committed
qualcommax: add Xiaomi Redmi AX5400 support
1 parent d055f8b commit bbe358f

7 files changed

Lines changed: 626 additions & 11 deletions

File tree

package/boot/uboot-envtools/files/qualcommax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ link,nn6000-v2)
7171
[ -n "$mmcpart" ] && \
7272
ubootenv_add_uci_config "$mmcpart" "0x0" "0x40000" "0x20000"
7373
;;
74-
xiaomi,ax6000)
74+
xiaomi,ax6000|\
75+
xiaomi,redmi-ax5400)
7576
ubootenv_add_mtd "0:appsblenv" "0x0" "0x10000" "0x20000"
7677
ubootenv_add_sys_mtd "bdata" "0x0" "0x10000" "0x20000"
7778
;;

0 commit comments

Comments
 (0)