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/arm_toolchain_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/arm_toolchain_defconfig')
-rw-r--r-- | configs/arm_toolchain_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/arm_toolchain_defconfig b/configs/arm_toolchain_defconfig index 2fc6744e5..4c1e2c24f 100644 --- a/configs/arm_toolchain_defconfig +++ b/configs/arm_toolchain_defconfig @@ -117,7 +117,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 is not set # BR2_TARGET_KWIKBYTE is not set @@ -139,7 +138,6 @@ BR2_ZCAT="gzip -d -c" BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" BR2_DL_DIR="$(TOPDIR)/dl" -BR2_COPYTO="" # # Mirrors and Download locations |