Skip to content

Commit

Permalink
xiaomi lumi: rename image with dtb
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Aug 11, 2021
1 parent 416e5e0 commit 8b92eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/imx6/image/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ define Device/lumi
KERNEL_NAME := zImage
KERNEL_SUFFIX := -zImage
KERNEL := kernel-bin
IMAGES := sysupgrade.bin dtb rootfs.bin devupgrade.tar
IMAGES := sysupgrade.bin dtb rootfs.bin sysupgrade-with-dtb.bin
IMAGE_SIZE := 32768k
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
IMAGE/devupgrade.tar := lumi-fullupgrade-tar
IMAGE/sysupgrade-with-dtb.bin := lumi-fullupgrade-tar | append-metadata
IMAGE/rootfs.bin := append-rootfs
IMAGE/dtb := install-dtb

Expand Down

0 comments on commit 8b92eb3

Please sign in to comment.