diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-22 17:41:34 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-22 17:41:34 +0200 |
commit | b10197dcf2ca1d6afbdf8f131560a3a0a8b9c72d (patch) | |
tree | 4206d4c69790f60aa08864fdede35ed09e3b91e7 /configs/at91sam9260dfc_defconfig | |
parent | 7d07f3c1ab285b4e8b085ede814d51e84978378f (diff) | |
download | buildroot-novena-b10197dcf2ca1d6afbdf8f131560a3a0a8b9c72d.tar.gz buildroot-novena-b10197dcf2ca1d6afbdf8f131560a3a0a8b9c72d.zip |
target: get rid of unused BR2_COPYTO / BR2_TARGET_ATMEL_COPYTO
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs/at91sam9260dfc_defconfig')
-rw-r--r-- | configs/at91sam9260dfc_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/at91sam9260dfc_defconfig b/configs/at91sam9260dfc_defconfig index 89b5ed4d3..3de2aea07 100644 --- a/configs/at91sam9260dfc_defconfig +++ b/configs/at91sam9260dfc_defconfig @@ -116,7 +116,6 @@ BR2_TARGET_AT91_ADVANCED_INFO=y # Secondary locations # BR2_AT91_LINUXPATCH_SITE="http://maxim.org.za/AT91RM9200/2.6" -BR2_TARGET_ATMEL_COPYTO="/tftpboot" BR2_TARGET_AT91BOOTSTRAP=y BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9260ek" # BR2_TARGET_AT91BOOT_DATAFLASH is not set @@ -157,7 +156,6 @@ BR2_ZCAT="gzip -d -c" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" BR2_DL_DIR="$(TOPDIR)/dl" -BR2_COPYTO="" # # Mirrors and Download locations |