Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/target/device:  ARMLTD
Date: Thu, 20 Mar 2008 15:06:11 -0700 (PDT)	[thread overview]
Message-ID: <20080320220611.2EA333C320@busybox.net> (raw)

Author: ulf
Date: 2008-03-20 15:06:10 -0700 (Thu, 20 Mar 2008)
New Revision: 21419

Log:
Move ARM target to ARMLTD target to prepare for generic ARM

Added:
   trunk/buildroot/target/device/ARMLTD/

Removed:
   trunk/buildroot/target/device/Arm/

Modified:
   trunk/buildroot/target/device/ARMLTD/Config.in
   trunk/buildroot/target/device/ARMLTD/Makefile.in
   trunk/buildroot/target/device/ARMLTD/integrator926_defconfig
   trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig
   trunk/buildroot/target/device/Config.in


Changeset:
Copied: trunk/buildroot/target/device/ARMLTD (from rev 21418, trunk/buildroot/target/device/Arm)

Modified: trunk/buildroot/target/device/ARMLTD/Config.in
===================================================================
--- trunk/buildroot/target/device/Arm/Config.in	2008-03-20 21:19:35 UTC (rev 21418)
+++ trunk/buildroot/target/device/ARMLTD/Config.in	2008-03-20 22:06:10 UTC (rev 21419)
@@ -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

Modified: trunk/buildroot/target/device/ARMLTD/Makefile.in
===================================================================
--- trunk/buildroot/target/device/Arm/Makefile.in	2008-03-20 21:19:35 UTC (rev 21418)
+++ trunk/buildroot/target/device/ARMLTD/Makefile.in	2008-03-20 22:06:10 UTC (rev 21419)
@@ -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
 

Modified: trunk/buildroot/target/device/ARMLTD/integrator926_defconfig
===================================================================
--- trunk/buildroot/target/device/Arm/integrator926_defconfig	2008-03-20 21:19:35 UTC (rev 21418)
+++ trunk/buildroot/target/device/ARMLTD/integrator926_defconfig	2008-03-20 22:06:10 UTC (rev 21419)
@@ -84,12 +84,12 @@
 # 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
 

Modified: trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig
===================================================================
--- trunk/buildroot/target/device/Arm/integrator926_huge_defconfig	2008-03-20 21:19:35 UTC (rev 21418)
+++ trunk/buildroot/target/device/ARMLTD/integrator926_huge_defconfig	2008-03-20 22:06:10 UTC (rev 21419)
@@ -60,12 +60,12 @@
 # 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
 

Modified: trunk/buildroot/target/device/Config.in
===================================================================
--- trunk/buildroot/target/device/Config.in	2008-03-20 21:19:35 UTC (rev 21418)
+++ trunk/buildroot/target/device/Config.in	2008-03-20 22:06:10 UTC (rev 21419)
@@ -5,7 +5,7 @@
 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"

                 reply	other threads:[~2008-03-20 22:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080320220611.2EA333C320@busybox.net \
    --to=ulf@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox