diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:05 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:07:05 +0000 |
commit | 02a623ddf96aa97c341a287bbb4ec5370a069444 (patch) | |
tree | 6923139fb98dd1d2e99b456503b37d4dd92e1136 /target/device | |
parent | fa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f (diff) | |
download | buildroot-novena-02a623ddf96aa97c341a287bbb4ec5370a069444.tar.gz buildroot-novena-02a623ddf96aa97c341a287bbb4ec5370a069444.zip |
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/Atmel/Config.in.mirrors | 2 | ||||
-rw-r--r-- | target/device/Atmel/arch-avr32/Config.in.linux.patches | 2 | ||||
-rw-r--r-- | target/device/Sharp/Config.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/device/Atmel/Config.in.mirrors b/target/device/Atmel/Config.in.mirrors index e2dc3835e..b5c4a9a87 100644 --- a/target/device/Atmel/Config.in.mirrors +++ b/target/device/Atmel/Config.in.mirrors @@ -11,7 +11,7 @@ config BR2_ATMEL_MIRROR Issues with contents of this server needs to be highlighted on the buildroot mailing list and should not be addressed directly to Atmel - Atmel provides support for their AVR32 chips on + 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 diff --git a/target/device/Atmel/arch-avr32/Config.in.linux.patches b/target/device/Atmel/arch-avr32/Config.in.linux.patches index f15596abb..5e5a39ec3 100644 --- a/target/device/Atmel/arch-avr32/Config.in.linux.patches +++ b/target/device/Atmel/arch-avr32/Config.in.linux.patches @@ -73,7 +73,7 @@ config BR2_LINUX_AVR32_ISI_PATCH config BR2_LINUX_AVR32_AC97_PATCH bool "Add AC97 patch" help - Add support for AC97. + Add support for AC97. Will need to be patched further to change GPIO_PIN_NONE to the real pin used as AC-97 reset pin. diff --git a/target/device/Sharp/Config.in b/target/device/Sharp/Config.in index 41286027d..b54a4a13f 100644 --- a/target/device/Sharp/Config.in +++ b/target/device/Sharp/Config.in @@ -5,7 +5,7 @@ menuconfig BR2_TARGET_SHARP if BR2_TARGET_SHARP comment "Sharp Specific Device Support" depends on BR2_arm - + config BR2_TARGET_SHARP_LNODE80 bool "Board support for the LNode80 development board" depends on BR2_arm |