From 32241116c8211b1d4fe03a570523ecf8a4c71509 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 17 Apr 2010 04:33:30 +0200 Subject: Remove all TARGET_DEVICE_TABLE definitions We have a special case for Xtensa, which was patching the generic device_table.txt. Instead of doing this, we just keep a copy of the device table, specific to Xtensa, with Xtensa specifities. The fact that the patch wasn't applying anymore on the generic device table is a sign that the existing approach wasn't working anyway. Signed-off-by: Thomas Petazzoni --- target/device/Atmel/atngw100/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'target/device/Atmel/atngw100') diff --git a/target/device/Atmel/atngw100/Makefile.in b/target/device/Atmel/atngw100/Makefile.in index 3c34d8d4a..7e02d8e83 100644 --- a/target/device/Atmel/atngw100/Makefile.in +++ b/target/device/Atmel/atngw100/Makefile.in @@ -1,5 +1,4 @@ ifeq ($(BR2_TARGET_AVR32_ATNGW100),y) UBOOT_BOARD_NAME:=atngw100 TARGET_SKELETON=$(BOARD_PATH)/target_skeleton -TARGET_DEVICE_TABLE=$(BOARD_PATH)/device_table.txt endif -- cgit v1.2.3