Remove all TARGET_DEVICE_TABLE definitions
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 17 Apr 2010 02:33:30 +0000 (04:33 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 17 Apr 2010 02:36:23 +0000 (04:36 +0200)
commit32241116c8211b1d4fe03a570523ecf8a4c71509
treeaca5181994de358d40624ac0ffbe4c269cc82038
parent0b78722085ad0c678fca8ea5a8e39c206f66afae
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 <thomas.petazzoni@free-electrons.com>
target/device/Atmel/Makefile.in
target/device/Atmel/atngw100-base/Makefile.in
target/device/Atmel/atngw100/Makefile.in
target/device/Atmel/atstk1005/Makefile.in
target/device/Atmel/atstk100x/Makefile.in
target/device/KwikByte/kb9202/Makefile.in
target/device/valka/Makefile.in
target/device/xtensa/Makefile.in
target/device/xtensa/device_table.diff [deleted file]
target/device/xtensa/device_table.txt [new file with mode: 0644]
target/generic/Makefile.in