From b10197dcf2ca1d6afbdf8f131560a3a0a8b9c72d Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 22 Jun 2010 17:41:34 +0200 Subject: target: get rid of unused BR2_COPYTO / BR2_TARGET_ATMEL_COPYTO Signed-off-by: Peter Korsgaard --- target/device/Atmel/Config.in | 7 ------- target/device/Atmel/Makefile.in | 6 ------ 2 files changed, 13 deletions(-) (limited to 'target/device') diff --git a/target/device/Atmel/Config.in b/target/device/Atmel/Config.in index 870c537d1..1433af486 100644 --- a/target/device/Atmel/Config.in +++ b/target/device/Atmel/Config.in @@ -50,13 +50,6 @@ config BR2_AT91_LINUXPATCH_SITE help Main download location for AT91 Linux stuff -config BR2_TARGET_ATMEL_COPYTO - string "also copy the image to..." - depends on BR2_TARGET_AT91 || BR2_TARGET_AVR32 - default "/tftpboot" - help - Copies the resulting image to a secondary location. - config BR2_BOARD_PATH string "Atmel board repository" depends on BR2_TARGET_AT91 || BR2_TARGET_AVR32 diff --git a/target/device/Atmel/Makefile.in b/target/device/Atmel/Makefile.in index 6de54d7a9..38060aae4 100644 --- a/target/device/Atmel/Makefile.in +++ b/target/device/Atmel/Makefile.in @@ -14,12 +14,6 @@ ifeq ($(BR2_avr32),y) KERNEL_HEADERS_PATCH_DIR=target/device/Atmel/arch-avr32/kernel-headers-2.6.28.2 endif -ifneq ($(COPYTO),) -TARGET_ATMEL_COPYTO:=$(call qstrip,$(BR2_COPYTO)) -else -TARGET_ATMEL_COPYTO:=$(call qstrip,$(BR2_TARGET_ATMEL_COPYTO)) -endif - # These are set by Config.in DOWNLOAD_LINUX26_VERSION:= $(call qstrip,$(BR2_DOWNLOAD_LINUX26_VERSION)) ifeq ($(DOWNLOAD_LINUX26_VERSION),) -- cgit v1.2.3