diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-17 04:33:30 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-17 04:36:23 +0200 |
commit | 32241116c8211b1d4fe03a570523ecf8a4c71509 (patch) | |
tree | aca5181994de358d40624ac0ffbe4c269cc82038 /target/device/xtensa/device_table.diff | |
parent | 0b78722085ad0c678fca8ea5a8e39c206f66afae (diff) | |
download | buildroot-novena-32241116c8211b1d4fe03a570523ecf8a4c71509.tar.gz buildroot-novena-32241116c8211b1d4fe03a570523ecf8a4c71509.zip |
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>
Diffstat (limited to 'target/device/xtensa/device_table.diff')
-rw-r--r-- | target/device/xtensa/device_table.diff | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/device/xtensa/device_table.diff b/target/device/xtensa/device_table.diff deleted file mode 100644 index 12f682546..000000000 --- a/target/device/xtensa/device_table.diff +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/target/generic/device_table.txt b/target/generic/device_table.txt -index f4b16ba..b87bf69 100644 ---- a/target/device/xtensa/device_table.txt -+++ b/target/device/xtensa/device_table.txt -@@ -169,3 +169,5 @@ - #/dev/mcd b 640 0 0 23 0 0 0 - #/dev/optcd b 640 0 0 17 0 0 0 - -+/dev/simdisk0 b 640 0 0 240 0 0 0 -+/dev/simdisk1 b 640 0 0 240 1 0 0 |