Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel: at91bootstrap
@ 2008-05-06  1:37 ulf at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: ulf at uclibc.org @ 2008-05-06  1:37 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-05-05 18:37:26 -0700 (Mon, 05 May 2008)
New Revision: 21935

Log:
Fix dependencies in Configs

Modified:
   trunk/buildroot/target/device/Atmel/AT91_Config.in
   trunk/buildroot/target/device/Atmel/at91bootstrap/Config.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/AT91_Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/AT91_Config.in	2008-05-05 17:17:00 UTC (rev 21934)
+++ trunk/buildroot/target/device/Atmel/AT91_Config.in	2008-05-06 01:37:26 UTC (rev 21935)
@@ -12,6 +12,7 @@
 
 config	BR2_TARGET_ATMEL_ALL
 	bool "Allow all ARM targets"
+	depends BR2_arm
 	default y
 
 config	BR2_TARGET_ATMEL_NET

Modified: trunk/buildroot/target/device/Atmel/at91bootstrap/Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/at91bootstrap/Config.in	2008-05-05 17:17:00 UTC (rev 21934)
+++ trunk/buildroot/target/device/Atmel/at91bootstrap/Config.in	2008-05-06 01:37:26 UTC (rev 21935)
@@ -80,4 +80,5 @@
 	depends on BR2_TARGET_AT91BOOTSTRAP
 
 comment "It will be copied to $(BR2_AT91BOOTSTRAP_JUMP_ADDR)"
+	depends on BR2_TARGET_AT91BOOTSTRAP
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] svn commit: trunk/buildroot/target/device/Atmel: at91bootstrap
@ 2008-08-27 20:18 jacmet at uclibc.org
  0 siblings, 0 replies; 2+ messages in thread
From: jacmet at uclibc.org @ 2008-08-27 20:18 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-08-27 13:18:37 -0700 (Wed, 27 Aug 2008)
New Revision: 23248

Log:
target/device/Atmel: fix long help text lines

And remove trailing spaces while we're at it.

Modified:
   trunk/buildroot/target/device/Atmel/AVR32_Config.in
   trunk/buildroot/target/device/Atmel/Config.in.mirrors
   trunk/buildroot/target/device/Atmel/at91bootstrap/Config.in


Changeset:
Modified: trunk/buildroot/target/device/Atmel/AVR32_Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/AVR32_Config.in	2008-08-27 20:18:33 UTC (rev 23247)
+++ trunk/buildroot/target/device/Atmel/AVR32_Config.in	2008-08-27 20:18:37 UTC (rev 23248)
@@ -70,6 +70,7 @@
 	depends on BR2_TARGET_AT32AP7000
 	select BR2_PACKAGE_LINUX
 	help
-	  The Atmel AVR32 Network Gateway Board expanded to include audio, video, and PS/2.
+	  The Atmel AVR32 Network Gateway Board expanded to include
+	  audio, video, and PS/2.
 
 endchoice

Modified: trunk/buildroot/target/device/Atmel/Config.in.mirrors
===================================================================
--- trunk/buildroot/target/device/Atmel/Config.in.mirrors	2008-08-27 20:18:33 UTC (rev 23247)
+++ trunk/buildroot/target/device/Atmel/Config.in.mirrors	2008-08-27 20:18:37 UTC (rev 23248)
@@ -4,18 +4,22 @@
 	string "Atmel AVR32/AT91 download site"
 	default "ftp://www.at91.com/pub/buildroot/"
 	help
-	  Unofficial site for AVR32/AT91 Buildroot patches, or your local mirror.
+	  Unofficial site for AVR32/AT91 Buildroot patches, or your
+	  local mirror.
+
 	  Atmel does not currently support buildroot, but this site makes
 	  available neccessary patches and prepatched packages useful
 	  to extend a buildroot for AVR32 or AT91 ARM based boards.
 	  Issues with contents of this server needs to be highlighted
-	  on the buildroot mailing list and
-	  should not be addressed directly to Atmel
+	  on the buildroot mailing list and should not be addressed
+	  directly to Atmel.
+
 	  Atmel provides support for their AVR32 chips on
 	  http://avr32linux.org/ or http://www.avrfreaks.net/
 	  Atmel provides support for AT91 chips on www.at91.com.
 	  Commercial AT91 Linux support is through www.timesys.com
-	  Community  AT91 Linux support is through http://maxim.org.za/AT91_26.html
+	  Community  AT91 Linux support is through
+	  http://maxim.org.za/AT91_26.html
 
 config BR2_AT91_PATCH_MIRROR
 	string "Atmel AT91 Linux Patch download site"

Modified: trunk/buildroot/target/device/Atmel/at91bootstrap/Config.in
===================================================================
--- trunk/buildroot/target/device/Atmel/at91bootstrap/Config.in	2008-08-27 20:18:33 UTC (rev 23247)
+++ trunk/buildroot/target/device/Atmel/at91bootstrap/Config.in	2008-08-27 20:18:37 UTC (rev 23248)
@@ -9,8 +9,10 @@
 	depends on BR2_TARGET_AT91BOOTSTRAP
 	help
 	  Select Chip for which AT91 bootstrap should be built
-	  Currently supports AT91SAM9260EK, AT91SAM9261EK, AT91SAM9XEEK, AT981SAM9263EK
+	  Currently supports AT91SAM9260EK, AT91SAM9261EK,
+	  AT91SAM9XEEK, AT981SAM9263EK
 
+
 config BR2_TARGET_AT91BOOT_DATAFLASH
         depends on BR2_TARGET_AT91SAM9260EK || BR2_TARGET_AT91SAM9261EK || \
 		BR2_TARGET_AT91SAM9263EK || BR2_TARGET_AT91SAM9XEEK
@@ -48,14 +50,16 @@
 	  Select the size of your application
 	  AT91 Bootstrap will copy this amount from flash to SDRAM
 
-choice	
+choice
 	prompt "Start address of application"
 	default BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
 	depends on BR2_TARGET_AT91BOOTSTRAP
 	help
 	  Select Chip for which AT91 bootstrap should be built
-	  Currently supports AT91SAM9260EK, AT91SAM9261EK, AT91SAM9XEEK, AT91SAM9263EK
+	  Currently supports AT91SAM9260EK, AT91SAM9261EK,
+	  AT91SAM9XEEK, AT91SAM9263EK
 
+
 config	BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
 	bool "Copy to the default U-Boot start location in the SDRAM"
 	help
@@ -75,7 +79,7 @@
 config	BR2_AT91BOOTSTRAP_JUMP_ADDR
 	string
 	default	"0x23F00000" if BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
-	default	"0x23F00000" if BR2_AT91BOOTSTRAP_JUMP_TO_HIGH_SDRAM	
+	default	"0x23F00000" if BR2_AT91BOOTSTRAP_JUMP_TO_HIGH_SDRAM
 	default "0x20000000" if BR2_AT91BOOTSTRAP_JUMP_TO_START_OF_SDRAM
 	depends on BR2_TARGET_AT91BOOTSTRAP
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-27 20:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-27 20:18 [Buildroot] svn commit: trunk/buildroot/target/device/Atmel: at91bootstrap jacmet at uclibc.org
  -- strict thread matches above, loose matches on Subject: below --
2008-05-06  1:37 ulf at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox