Commit b10197dc authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

target: get rid of unused BR2_COPYTO / BR2_TARGET_ATMEL_COPYTO

parent 7d07f3c1
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -81,13 +81,6 @@ config BR2_DL_DIR

	  The default is $(TOPDIR)/dl

config BR2_COPYTO
	string "Copy result to..."
	default ""
	help
	  Setting this variable will (eventually) override 
	  any other copyto configurations in buildroot.

config BR2_STAGING_DIR
	string "Toolchain and header file location?"
	default "$(BASE_DIR)/staging"
+0 −2
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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_DATAFLASHBOOT=y
BR2_TARGET_DATAFLASHBOOT_AT91RM9200=y
# BR2_TARGET_DATAFLASHBOOT_AT91SAM9261 is not set
@@ -144,7 +143,6 @@ BR2_ZCAT="gzip -d -c"
BR2_BZCAT="bzcat"
BR2_TAR_OPTIONS=""
BR2_DL_DIR="$(TOPDIR)/dl"
BR2_COPYTO=""

#
# Mirrors and Download locations
+0 −2
Original line number Diff line number Diff line
@@ -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_DATAFLASHBOOT 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
+0 −2
Original line number Diff line number Diff line
@@ -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_DATAFLASHBOOT is not set
# BR2_TARGET_AT91BOOT_DATAFLASH is not set
# BR2_TARGET_AT91BOOT_DATAFLASHCARD is not set
@@ -150,7 +149,6 @@ BR2_ZCAT="gzip -d -c"
BR2_BZCAT="bzcat"
BR2_TAR_OPTIONS=""
BR2_DL_DIR="$(TOPDIR)/dl"
BR2_COPYTO=""

#
# Mirrors and Download locations
Loading