mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
target/device/Atmel: fix long help text lines
And remove trailing spaces while we're at it.
This commit is contained in:
parent
af06d81be3
commit
f1258adf6b
@ -70,6 +70,7 @@ config BR2_TARGET_AVR32_ATNGW100_EXPANDED
|
|||||||
depends on BR2_TARGET_AT32AP7000
|
depends on BR2_TARGET_AT32AP7000
|
||||||
select BR2_PACKAGE_LINUX
|
select BR2_PACKAGE_LINUX
|
||||||
help
|
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
|
endchoice
|
||||||
|
@ -4,18 +4,22 @@ config BR2_ATMEL_MIRROR
|
|||||||
string "Atmel AVR32/AT91 download site"
|
string "Atmel AVR32/AT91 download site"
|
||||||
default "ftp://www.at91.com/pub/buildroot/"
|
default "ftp://www.at91.com/pub/buildroot/"
|
||||||
help
|
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
|
Atmel does not currently support buildroot, but this site makes
|
||||||
available neccessary patches and prepatched packages useful
|
available neccessary patches and prepatched packages useful
|
||||||
to extend a buildroot for AVR32 or AT91 ARM based boards.
|
to extend a buildroot for AVR32 or AT91 ARM based boards.
|
||||||
Issues with contents of this server needs to be highlighted
|
Issues with contents of this server needs to be highlighted
|
||||||
on the buildroot mailing list and
|
on the buildroot mailing list and should not be addressed
|
||||||
should not be addressed directly to Atmel
|
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/
|
http://avr32linux.org/ or http://www.avrfreaks.net/
|
||||||
Atmel provides support for AT91 chips on www.at91.com.
|
Atmel provides support for AT91 chips on www.at91.com.
|
||||||
Commercial AT91 Linux support is through www.timesys.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
|
config BR2_AT91_PATCH_MIRROR
|
||||||
string "Atmel AT91 Linux Patch download site"
|
string "Atmel AT91 Linux Patch download site"
|
||||||
|
@ -9,7 +9,9 @@ choice
|
|||||||
depends on BR2_TARGET_AT91BOOTSTRAP
|
depends on BR2_TARGET_AT91BOOTSTRAP
|
||||||
help
|
help
|
||||||
Select Chip for which AT91 bootstrap should be built
|
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
|
config BR2_TARGET_AT91BOOT_DATAFLASH
|
||||||
depends on BR2_TARGET_AT91SAM9260EK || BR2_TARGET_AT91SAM9261EK || \
|
depends on BR2_TARGET_AT91SAM9260EK || BR2_TARGET_AT91SAM9261EK || \
|
||||||
@ -48,13 +50,15 @@ config BR2_AT91BOOTSTRAP_IMG_SIZE
|
|||||||
Select the size of your application
|
Select the size of your application
|
||||||
AT91 Bootstrap will copy this amount from flash to SDRAM
|
AT91 Bootstrap will copy this amount from flash to SDRAM
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Start address of application"
|
prompt "Start address of application"
|
||||||
default BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
|
default BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
|
||||||
depends on BR2_TARGET_AT91BOOTSTRAP
|
depends on BR2_TARGET_AT91BOOTSTRAP
|
||||||
help
|
help
|
||||||
Select Chip for which AT91 bootstrap should be built
|
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
|
config BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
|
||||||
bool "Copy to the default U-Boot start location in the SDRAM"
|
bool "Copy to the default U-Boot start location in the SDRAM"
|
||||||
@ -75,7 +79,7 @@ endchoice
|
|||||||
config BR2_AT91BOOTSTRAP_JUMP_ADDR
|
config BR2_AT91BOOTSTRAP_JUMP_ADDR
|
||||||
string
|
string
|
||||||
default "0x23F00000" if BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
|
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
|
default "0x20000000" if BR2_AT91BOOTSTRAP_JUMP_TO_START_OF_SDRAM
|
||||||
depends on BR2_TARGET_AT91BOOTSTRAP
|
depends on BR2_TARGET_AT91BOOTSTRAP
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user