Home
last modified time | relevance | path

Searched hist:"8 a10180d62bb50a1f19441494bf9a5cea29ccfda" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dide.h8a10180d62bb50a1f19441494bf9a5cea29ccfda Mon May 14 09:29:10 UTC 2012 Luka Perkov <uboot@lukaperkov.net> ide: Correct IDE_BUS(dev) macro

The IDE_BUS(dev) macro was previously doing dev >> 1. This however is a
mis-match of the usage in common/cmd_ide.c and would cause boards with
multiple ports / devices to not correctly detect all devices. For more
details please see:
http://lists.denx.de/pipermail/u-boot/2012-April/122525.html

[Tom Rini: Reword commit message only]

Tested-by: Luka Perkov <uboot@lukaperkov.net>
Signed-off-by: Simon Baatz <gmbnomis@gmail.com>
Signed-off-by: Tom Rini <trini@ti.com>