aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-kirkwood/patches/0003-ide_bus.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2012-11-22 21:16:04 +0000
committerLuka Perkov <luka@openwrt.org>2012-11-22 21:16:04 +0000
commit702f2590eaec2982840e2de4f62d8358445b4e96 (patch)
tree3eed494c47d757601bcf361c0faa885239e5724b /package/boot/uboot-kirkwood/patches/0003-ide_bus.patch
parentb73f22de1e778308701ca8951cd402d01137d3c6 (diff)
downloadupstream-702f2590eaec2982840e2de4f62d8358445b4e96.tar.gz
upstream-702f2590eaec2982840e2de4f62d8358445b4e96.tar.bz2
upstream-702f2590eaec2982840e2de4f62d8358445b4e96.zip
uboot-kirkwood: update to 2012.10
SVN-Revision: 34303
Diffstat (limited to 'package/boot/uboot-kirkwood/patches/0003-ide_bus.patch')
-rw-r--r--package/boot/uboot-kirkwood/patches/0003-ide_bus.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/boot/uboot-kirkwood/patches/0003-ide_bus.patch b/package/boot/uboot-kirkwood/patches/0003-ide_bus.patch
deleted file mode 100644
index c94d63da9d..0000000000
--- a/package/boot/uboot-kirkwood/patches/0003-ide_bus.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-http://lists.denx.de/pipermail/u-boot/2012-April/122594.html
-http://patchwork.ozlabs.org/patch/159129/
----
-
-diff --git a/include/ide.h b/include/ide.h
-index 8ecc9dd..385e909 100644
---- a/include/ide.h
-+++ b/include/ide.h
-@@ -24,7 +24,7 @@
- #ifndef _IDE_H
- #define _IDE_H
-
--#define IDE_BUS(dev) (dev >> 1)
-+#define IDE_BUS(dev) (dev / (CONFIG_SYS_IDE_MAXDEVICE / CONFIG_SYS_IDE_MAXBUS))
-
- #define ATA_CURR_BASE(dev) (CONFIG_SYS_ATA_BASE_ADDR+ide_bus_offset[IDE_BUS(dev)])
-