diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:18:37 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-27 20:18:37 +0000 |
commit | f1258adf6bc5e8d7970b8df9fdf83eecefe66206 (patch) | |
tree | bd15e86db4adc83dfb260c58c6503ce35da5bec2 /target/device/Atmel/at91bootstrap/Config.in | |
parent | af06d81be38f26c8f89d3a693f342b3835dd9e2c (diff) | |
download | buildroot-novena-f1258adf6bc5e8d7970b8df9fdf83eecefe66206.tar.gz buildroot-novena-f1258adf6bc5e8d7970b8df9fdf83eecefe66206.zip |
target/device/Atmel: fix long help text lines
And remove trailing spaces while we're at it.
Diffstat (limited to 'target/device/Atmel/at91bootstrap/Config.in')
-rw-r--r-- | target/device/Atmel/at91bootstrap/Config.in | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/target/device/Atmel/at91bootstrap/Config.in b/target/device/Atmel/at91bootstrap/Config.in index 758e0d0b8..e198fcea2 100644 --- a/target/device/Atmel/at91bootstrap/Config.in +++ b/target/device/Atmel/at91bootstrap/Config.in @@ -9,7 +9,9 @@ choice 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 || \ @@ -48,13 +50,15 @@ config BR2_AT91BOOTSTRAP_IMG_SIZE 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" @@ -75,7 +79,7 @@ endchoice 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 |