diff options
author | Mathew McBride <matt@traverse.com.au> | 2023-06-09 00:43:33 +0000 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2023-06-13 14:14:29 +0200 |
commit | 7198185e3af80ca2807ecea610bee6e4bc7f90ba (patch) | |
tree | ef3773fd059a859291cfee68590ebf6863c16931 /target/linux/armvirt/32/target.mk | |
parent | 963ce6990f231d9457cf700275963563901c05cc (diff) | |
download | upstream-7198185e3af80ca2807ecea610bee6e4bc7f90ba.tar.gz upstream-7198185e3af80ca2807ecea610bee6e4bc7f90ba.tar.bz2 upstream-7198185e3af80ca2807ecea610bee6e4bc7f90ba.zip |
armsr: rename from armvirt
Now that the armvirt target supports real hardware, not just
VMs, thanks to the addition of EFI, rename it to something
more appropriate.
'armsr' (Arm SystemReady) was chosen after the name of
the Arm standards program.
The 32 and 64 bit targets have also been renamed
armv7 and armv8 respectively, to allow future profiles
where required (such as armv9).
See https://developer.arm.com/documentation/102858/0100/Introduction
for more information.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
(23.05 version of commit 40b02a230167626def69389452f19b7109aaeac1)
Diffstat (limited to 'target/linux/armvirt/32/target.mk')
-rw-r--r-- | target/linux/armvirt/32/target.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/armvirt/32/target.mk b/target/linux/armvirt/32/target.mk deleted file mode 100644 index df22040241..0000000000 --- a/target/linux/armvirt/32/target.mk +++ /dev/null @@ -1,10 +0,0 @@ -ARCH:=arm -SUBTARGET:=32 -BOARDNAME:=32-bit ARM QEMU Virtual Machine -CPU_TYPE:=cortex-a15 -CPU_SUBTYPE:=neon-vfpv4 -KERNELNAME:=zImage - -define Target/Description - Build images for $(BOARDNAME) -endef |