From 17468cc090a276819a3e62a2b88d5284fbfd285c Mon Sep 17 00:00:00 2001 From: Mathew McBride Date: Tue, 26 Feb 2019 17:47:42 +1100 Subject: 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 --- target/linux/layerscape/image/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/layerscape/image/Makefile') diff --git a/target/linux/layerscape/image/Makefile b/target/linux/layerscape/image/Makefile index a08cc2c2cb..884daa5c21 100644 --- a/target/linux/layerscape/image/Makefile +++ b/target/linux/layerscape/image/Makefile @@ -7,8 +7,6 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -ITB_BOARDS = traverse-five64 - LS_SD_ROOTFSPART_OFFSET = 64 LS_SD_IMAGE_SIZE = $(shell echo $$((($(LS_SD_ROOTFSPART_OFFSET) + \ $(CONFIG_TARGET_ROOTFS_PARTSIZE)) * 1024 * 1024))) -- cgit v1.2.3