mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-25 05:20:06 +00:00
layerscape: move rework-sdcard-images out of fsl-sdboot
Upcoming devices will not need the migration setup, so let's move it out of the common definition. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
1465ea2c72
commit
0d3c93b994
@ -21,7 +21,6 @@ define Device/Default
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/fsl-sdboot
|
define Device/fsl-sdboot
|
||||||
$(Device/rework-sdcard-images)
|
|
||||||
KERNEL = kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
|
KERNEL = kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
|
||||||
IMAGES := sdcard.img.gz sysupgrade.bin
|
IMAGES := sdcard.img.gz sysupgrade.bin
|
||||||
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
@ -45,6 +44,7 @@ endef
|
|||||||
TARGET_DEVICES += fsl_ls1021a-twr
|
TARGET_DEVICES += fsl_ls1021a-twr
|
||||||
|
|
||||||
define Device/fsl_ls1021a-twr-sdboot
|
define Device/fsl_ls1021a-twr-sdboot
|
||||||
|
$(Device/rework-sdcard-images)
|
||||||
$(Device/fsl-sdboot)
|
$(Device/fsl-sdboot)
|
||||||
DEVICE_VENDOR := NXP
|
DEVICE_VENDOR := NXP
|
||||||
DEVICE_MODEL := TWR-LS1021A
|
DEVICE_MODEL := TWR-LS1021A
|
||||||
@ -61,6 +61,7 @@ endef
|
|||||||
TARGET_DEVICES += fsl_ls1021a-twr-sdboot
|
TARGET_DEVICES += fsl_ls1021a-twr-sdboot
|
||||||
|
|
||||||
define Device/fsl_ls1021a-iot-sdboot
|
define Device/fsl_ls1021a-iot-sdboot
|
||||||
|
$(Device/rework-sdcard-images)
|
||||||
$(Device/fsl-sdboot)
|
$(Device/fsl-sdboot)
|
||||||
DEVICE_VENDOR := NXP
|
DEVICE_VENDOR := NXP
|
||||||
DEVICE_MODEL := LS1021A-IoT
|
DEVICE_MODEL := LS1021A-IoT
|
||||||
|
@ -20,7 +20,6 @@ define Device/Default
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/fsl-sdboot
|
define Device/fsl-sdboot
|
||||||
$(Device/rework-sdcard-images)
|
|
||||||
KERNEL = kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
|
KERNEL = kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb
|
||||||
IMAGES := sdcard.img.gz sysupgrade.bin
|
IMAGES := sdcard.img.gz sysupgrade.bin
|
||||||
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||||
@ -76,6 +75,7 @@ endef
|
|||||||
TARGET_DEVICES += fsl_ls1012a-rdb
|
TARGET_DEVICES += fsl_ls1012a-rdb
|
||||||
|
|
||||||
define Device/fsl_ls1012a-frwy-sdboot
|
define Device/fsl_ls1012a-frwy-sdboot
|
||||||
|
$(Device/rework-sdcard-images)
|
||||||
$(Device/fsl-sdboot)
|
$(Device/fsl-sdboot)
|
||||||
DEVICE_VENDOR := NXP
|
DEVICE_VENDOR := NXP
|
||||||
DEVICE_MODEL := FRWY-LS1012A
|
DEVICE_MODEL := FRWY-LS1012A
|
||||||
@ -126,6 +126,7 @@ endef
|
|||||||
TARGET_DEVICES += fsl_ls1043a-rdb
|
TARGET_DEVICES += fsl_ls1043a-rdb
|
||||||
|
|
||||||
define Device/fsl_ls1043a-rdb-sdboot
|
define Device/fsl_ls1043a-rdb-sdboot
|
||||||
|
$(Device/rework-sdcard-images)
|
||||||
$(Device/fsl-sdboot)
|
$(Device/fsl-sdboot)
|
||||||
DEVICE_VENDOR := NXP
|
DEVICE_VENDOR := NXP
|
||||||
DEVICE_MODEL := LS1043A-RDB
|
DEVICE_MODEL := LS1043A-RDB
|
||||||
@ -176,6 +177,7 @@ endef
|
|||||||
TARGET_DEVICES += fsl_ls1046a-rdb
|
TARGET_DEVICES += fsl_ls1046a-rdb
|
||||||
|
|
||||||
define Device/fsl_ls1046a-rdb-sdboot
|
define Device/fsl_ls1046a-rdb-sdboot
|
||||||
|
$(Device/rework-sdcard-images)
|
||||||
$(Device/fsl-sdboot)
|
$(Device/fsl-sdboot)
|
||||||
DEVICE_VENDOR := NXP
|
DEVICE_VENDOR := NXP
|
||||||
DEVICE_MODEL := LS1046A-RDB
|
DEVICE_MODEL := LS1046A-RDB
|
||||||
@ -228,6 +230,7 @@ endef
|
|||||||
TARGET_DEVICES += fsl_ls1088a-rdb
|
TARGET_DEVICES += fsl_ls1088a-rdb
|
||||||
|
|
||||||
define Device/fsl_ls1088a-rdb-sdboot
|
define Device/fsl_ls1088a-rdb-sdboot
|
||||||
|
$(Device/rework-sdcard-images)
|
||||||
$(Device/fsl-sdboot)
|
$(Device/fsl-sdboot)
|
||||||
DEVICE_VENDOR := NXP
|
DEVICE_VENDOR := NXP
|
||||||
DEVICE_MODEL := LS1088A-RDB
|
DEVICE_MODEL := LS1088A-RDB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user