浏览代码

Move ARM target to ARMLTD target to prepare for generic ARM

Ulf Samuelsson 17 年之前
父节点
当前提交
10cacfa02d

+ 3 - 3
target/device/Arm/Config.in → target/device/ARMLTD/Config.in

@@ -1,14 +1,14 @@
-menuconfig BR2_TARGET_ARM
+menuconfig BR2_TARGET_ARMLTD
 	bool "ARM Ltd. Device Support"
 	depends BR2_arm
 	default n
 
 comment "Arm based Device Support"
-	depends BR2_arm && BR2_TARGET_ARM
+	depends BR2_arm && BR2_TARGET_ARMLTD
 
 config BR2_TARGET_ARM_INTEGRATOR_926
 	bool "Integrator arm926"
-	depends BR2_arm && BR2_TARGET_ARM
+	depends BR2_arm && BR2_TARGET_ARMLTD
 	default n
 	select BR2_PACKAGE_LINUX
 	select BR2_ARM_EABI

+ 1 - 1
target/device/Arm/Makefile.in → target/device/ARMLTD/Makefile.in

@@ -1,4 +1,4 @@
-ifeq ($(BR2_TARGET_ARM_INTEGRATOR_926),y)
+ifeq ($(BR2_TARGET_ARMLTD_INTEGRATOR_926),y)
 LINUX26_KCONFIG:=target/device/Arm/linux26.integrator926.config
 TARGETS+=linux26
 

+ 2 - 2
target/device/Arm/integrator926_defconfig → target/device/ARMLTD/integrator926_defconfig

@@ -84,12 +84,12 @@ BR2_BANNER="Welcome to the Erik's uClibc development environment."
 # Preset Devices
 #
 BR2_PACKAGE_LINUX=y
-BR2_TARGET_ARM=y
+BR2_TARGET_ARMLTD=y
 
 #
 # Arm based Device Support
 #
-BR2_TARGET_ARM_INTEGRATOR_926=y
+BR2_TARGET_ARMLTD_INTEGRATOR_926=y
 # BR2_TARGET_ATMEL is not set
 # BR2_TARGET_SHARP is not set
 

+ 2 - 2
target/device/Arm/integrator926_huge_defconfig → target/device/ARMLTD/integrator926_huge_defconfig

@@ -60,12 +60,12 @@ BR2_BANNER="Welcome to the Erik's uClibc development environment."
 # Preset Devices
 #
 BR2_PACKAGE_LINUX=y
-BR2_TARGET_ARM=y
+BR2_TARGET_ARMLTD=y
 
 #
 # Arm based Device Support
 #
-BR2_TARGET_ARM_INTEGRATOR_926=y
+BR2_TARGET_ARMLTD_INTEGRATOR_926=y
 # BR2_TARGET_ATMEL is not set
 # BR2_TARGET_SHARP is not set
 

+ 0 - 0
target/device/Arm/linux26.integrator926.config → target/device/ARMLTD/linux26.integrator926.config


+ 0 - 0
target/device/Arm/linux26.integrator926_huge.config → target/device/ARMLTD/linux26.integrator926_huge.config


+ 0 - 0
target/device/Arm/uClibc.integrator926.config → target/device/ARMLTD/uClibc.integrator926.config


+ 1 - 1
target/device/Config.in

@@ -5,7 +5,7 @@ source "project/Config.in"
 comment "Preset Devices"
 
 source "target/device/AMD/Config.in"
-source "target/device/Arm/Config.in"
+source "target/device/ARMLTD/Config.in"
 source "target/device/Atmel/Config.in"
 source "target/device/Hitachi/Config.in"
 source "target/device/jp/Config.in"