at91:renaming subtraget legacy to sam9x
renaming subtraget legacy to sam9x for adding new sam9 soc's Signed-off-by: Sandeep Sheriker M <sandeep.sheriker@microchip.com>
This commit is contained in:
committed by
Hauke Mehrtens
parent
ab629543c0
commit
a765a2178c
@@ -8,10 +8,11 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
ARCH:=arm
|
||||
BOARD:=at91
|
||||
MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com>
|
||||
MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com> \
|
||||
Sandeep Sheriker <sandeep.sheriker@gmail.com>
|
||||
BOARDNAME:=Microchip (Atmel AT91)
|
||||
FEATURES:=ext4 squashfs targz usb usbgadget ubifs
|
||||
SUBTARGETS:=sama5 legacy
|
||||
SUBTARGETS:=sama5 sam9x
|
||||
|
||||
KERNEL_PATCHVER:=4.14
|
||||
|
||||
|
||||
@@ -13,8 +13,8 @@ define Build/at91-install-zImage
|
||||
$(CP) $(KDIR)/zImage $@
|
||||
endef
|
||||
|
||||
ifeq ($(SUBTARGET),legacy)
|
||||
include ./legacy.mk
|
||||
ifeq ($(SUBTARGET),sam9x)
|
||||
include ./sam9x.mk
|
||||
endif
|
||||
ifeq ($(SUBTARGET),sama5)
|
||||
include ./sama5.mk
|
||||
|
||||
@@ -130,4 +130,3 @@ define Device/wb45n
|
||||
MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB -c 955
|
||||
endef
|
||||
TARGET_DEVICES += wb45n
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
BOARDNAME:=Legacy (ARMv5)
|
||||
CPU_TYPE:=arm926ej-s
|
||||
|
||||
define Target/Description
|
||||
Build generic firmware for legacy Atmel AT91 platforms
|
||||
using the ARMv5 instruction set.
|
||||
endef
|
||||
7
target/linux/at91/sam9x/target.mk
Normal file
7
target/linux/at91/sam9x/target.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
BOARDNAME:= SAM9X Boards (ARMv5)
|
||||
CPU_TYPE:=arm926ej-s
|
||||
|
||||
define Target/Description
|
||||
Build generic firmware for Microchip AT91 SAM9x platforms
|
||||
using the ARMv5 instruction set.
|
||||
endef
|
||||
Reference in New Issue
Block a user