From cc30201f4700ed1eb76e074bbbcf0f78ea469f07 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sat, 3 Jan 2009 16:10:50 +0000 Subject: Update target/device/Atmel/*/Makefile.in ------------------------------------------ Replace $(BOARDNAME)_PATH with BOARD_PATH Set U-Boot targets for 1.2.0-atmel as well as 2009.01-rc1 Remove hardwiring of BusyBox configuration files. Remove older BusyBox configuration files Remove "at91sam9260dfc-linux-2.6.28-rc6.config" from at91sam9g20dfc directory Update "at91rm9200df_defconfig" Add "at91rm9200df-linux-2.6.28.config" Update "at91sam9260dfc_defconfig" --- target/device/Atmel/atstk100x/Makefile.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'target/device/Atmel/atstk100x/Makefile.in') diff --git a/target/device/Atmel/atstk100x/Makefile.in b/target/device/Atmel/atstk100x/Makefile.in index fcf78c079..e9dd4dc42 100644 --- a/target/device/Atmel/atstk100x/Makefile.in +++ b/target/device/Atmel/atstk100x/Makefile.in @@ -1,7 +1,5 @@ ifeq ($(strip $(BR2_TARGET_AVR32_ATSTK1002)),y) -ATSTK1002_PATH=target/device/Atmel/atstk100x - -TARGET_SKELETON=$(ATSTK1002_PATH)/target_skeleton -TARGET_DEVICE_TABLE=$(ATSTK1002_PATH)/device_table.txt -BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox-1.9.1.config +UBOOT_BOARD_NAME:=atstk1002 +TARGET_SKELETON=$(BOARD_PATH)/target_skeleton +TARGET_DEVICE_TABLE=$(BOARD_PATH)/device_table.txt endif -- cgit v1.2.3