diff options
author | Mathew McBride <matt@traverse.com.au> | 2019-02-26 17:47:42 +1100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-03-10 17:48:23 +0100 |
commit | 17468cc090a276819a3e62a2b88d5284fbfd285c (patch) | |
tree | 1f8b19898952cc88186d29019b54ae58545143ad /target/linux/layerscape/image/armv8_64b.mk | |
parent | 3d3e04d8c8a9a9b436a4407ff132bb29e209f63a (diff) | |
download | upstream-17468cc090a276819a3e62a2b88d5284fbfd285c.tar.gz upstream-17468cc090a276819a3e62a2b88d5284fbfd285c.tar.bz2 upstream-17468cc090a276819a3e62a2b88d5284fbfd285c.zip |
layerscape: rename Traverse boards along SoC lines
Upcoming product specification and branding changes mean that the names in tree do not accurately reflect released products.
To reduce any confusion, sort our boards by SoC family, e.g traverse-ls1043. Any future boards using Layerscape family SoC's
will be treated the same way, e.g Device/traverse-ls/lx/laXXXX.
The affected boards so far have only been available through OEM channels and those aren't using the provided sysupgrade.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
Diffstat (limited to 'target/linux/layerscape/image/armv8_64b.mk')
-rw-r--r-- | target/linux/layerscape/image/armv8_64b.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/layerscape/image/armv8_64b.mk b/target/linux/layerscape/image/armv8_64b.mk index 6d783a58db..5f3a511978 100644 --- a/target/linux/layerscape/image/armv8_64b.mk +++ b/target/linux/layerscape/image/armv8_64b.mk @@ -231,18 +231,18 @@ define Device/ls2088ardb endef TARGET_DEVICES += ls2088ardb -define Device/traverse-five64 +define Device/traverse-ls1043 KERNEL_NAME := Image KERNEL_SUFFIX := -kernel.itb KERNEL_INSTALL := 1 FDT_LOADADDR = 0x90000000 FILESYSTEMS := ubifs - DEVICE_TITLE := Traverse LS1043 Boards (Five64, LS1043S) + DEVICE_TITLE := Traverse LS1043 Boards DEVICE_PACKAGES += \ layerscape-fman-ls1043ardb \ - uboot-envtools uboot-traverse-ls1043v uboot-traverse-ls1043v-sdcard \ + uboot-envtools \ kmod-i2c-core kmod-i2c-mux-pca954x \ - kmod-hwmon-core kmod-hwmon-ltc2990 kmod-hwmon-pac1934 kmod-hwmon-emc17xx\ + kmod-hwmon-core \ kmod-gpio-pca953x kmod-input-gpio-keys-polled \ kmod-rtc-isl1208 DEVICE_DESCRIPTION = \ @@ -253,9 +253,9 @@ define Device/traverse-five64 DEVICE_DTS_CONFIG = ls1043s KERNEL := kernel-bin | gzip | traverse-fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb $$(FDT_LOADADDR) KERNEL_INITRAMFS := kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb $$(FDT_LOADADDR) - IMAGES = root sysupgrade.tar + IMAGES = root sysupgrade.bin IMAGE/root = append-rootfs - IMAGE/sysupgrade.tar = sysupgrade-tar + IMAGE/sysupgrade.bin = sysupgrade-tar | append-metadata MKUBIFS_OPTS := -m 2048 -e 124KiB -c 4096 endef -TARGET_DEVICES += traverse-five64 +TARGET_DEVICES += traverse-ls1043 |