diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-03 00:07:25 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-03 00:07:25 +0000 |
commit | 5dec4da010cb151d314d9d220383b7c3585726f7 (patch) | |
tree | 7934101a58c2c1864234545ed2cd3cc6d36d9fbe /target/device/Atmel/at91bootstrap/Config.in | |
parent | 7213dae7a5009ba966f261e04b50c49a0672cea3 (diff) | |
download | buildroot-novena-5dec4da010cb151d314d9d220383b7c3585726f7.tar.gz buildroot-novena-5dec4da010cb151d314d9d220383b7c3585726f7.zip |
Remove debugging variable added to svn by mistake, (Thanks Pter)
Diffstat (limited to 'target/device/Atmel/at91bootstrap/Config.in')
-rw-r--r-- | target/device/Atmel/at91bootstrap/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/device/Atmel/at91bootstrap/Config.in b/target/device/Atmel/at91bootstrap/Config.in index e198fcea2..02f8938a7 100644 --- a/target/device/Atmel/at91bootstrap/Config.in +++ b/target/device/Atmel/at91bootstrap/Config.in @@ -3,6 +3,13 @@ config BR2_TARGET_AT91BOOTSTRAP BR2_TARGET_AT91SAM9261EK || BR2_TARGET_AT91SAM9263EK || BR2_TARGET_AT91SAM9XEEK bool "Build AT91 Bootstrap for selected chip" +config BR2_TARGET_AT91BOOTSTRAP_BOARD + string "Bootstrap board" + default "$(BOARD_NAME)" + depends on BR2_TARGET_AT91BOOTSTRAP + help + This is used to do a make <board>_config + choice prompt "Boot Memory" default BR2_TARGET_AT91BOOT_DATAFLASHCARD |