summaryrefslogtreecommitdiffstats
path: root/boot/at91bootstrap
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-03-17 08:46:03 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-06-12 13:38:46 +0200
commitb19272d4bef98a8d46d06fe968beab031026d9f3 (patch)
tree4dbfb87dfa44f7af6d72eff4d6f947f6e368eb75 /boot/at91bootstrap
parent5880111f2aebd5f35545581f4c231ff4abf8b3b6 (diff)
downloadbuildroot-novena-b19272d4bef98a8d46d06fe968beab031026d9f3.tar.gz
buildroot-novena-b19272d4bef98a8d46d06fe968beab031026d9f3.zip
at91bootstrap: fix incorrect config option comment
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/at91bootstrap')
-rw-r--r--boot/at91bootstrap/Config.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/boot/at91bootstrap/Config.in b/boot/at91bootstrap/Config.in
index 7c0f393bf..1bf8d50d2 100644
--- a/boot/at91bootstrap/Config.in
+++ b/boot/at91bootstrap/Config.in
@@ -61,10 +61,7 @@ choice
prompt "Start address of application"
default BR2_AT91BOOTSTRAP_JUMP_TO_DEFAULT
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
bool "Copy to the default U-Boot start location in the SDRAM"