From f1258adf6bc5e8d7970b8df9fdf83eecefe66206 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 27 Aug 2008 20:18:37 +0000 Subject: target/device/Atmel: fix long help text lines And remove trailing spaces while we're at it. --- target/device/Atmel/at91bootstrap/Config.in | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'target/device/Atmel/at91bootstrap/Config.in') 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 -- cgit v1.2.3