Browse Source

at91bootstrap: fix incorrect config option comment

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 15 years ago
parent
commit
b19272d4be
1 changed files with 1 additions and 4 deletions
  1. 1 4
      boot/at91bootstrap/Config.in

+ 1 - 4
boot/at91bootstrap/Config.in

@@ -61,10 +61,7 @@ choice
 	prompt "Start address of application"
 	prompt "Start address of application"
 	default BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
 	default BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
 	help
 	help
-	  Select Chip for which AT91 bootstrap should be built
-	  Currently supports AT91SAM9260EK, AT91SAM9261EK,
-	  AT91SAM9XEEK, AT91SAM9263EK
-
+	  Location of the application start address
 
 
 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"