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/xtensa/Makefile.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'target/device/xtensa/Makefile.in') diff --git a/target/device/xtensa/Makefile.in b/target/device/xtensa/Makefile.in index 7c95c239b..f878a822a 100644 --- a/target/device/xtensa/Makefile.in +++ b/target/device/xtensa/Makefile.in @@ -6,12 +6,4 @@ ifeq ($(strip $(BR2_TARGET_XTENSA_XTAV60)),y) TARGET_SKELETON_PATCH:=target/device/xtensa endif -# Custom device table patch used when targeting ISS: -OLD_TARGET_DEVICE_TABLE := $(TARGET_DEVICE_TABLE) -TARGET_DEVICE_TABLE := target/device/xtensa/device_table.txt -makedevs: - @echo "Applying patch to $(TARGET_DEVICE_TABLE)" - cp -f $(OLD_TARGET_DEVICE_TABLE) $(TARGET_DEVICE_TABLE) - patch -p1 -g 0 < target/device/xtensa/device_table.diff - endif -- cgit v1.2.3