]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
[PATCH] Fix relocation problem with "new" get_dev() function
authorStefan Roese <sr@denx.de>
Tue, 20 Feb 2007 12:21:57 +0000 (13:21 +0100)
committerStefan Roese <sr@denx.de>
Tue, 20 Feb 2007 12:21:57 +0000 (13:21 +0100)
commit751bb57107d78978ae08e697c3deba816f5be091
tree07d9ef94782dadb04203d8f46dd08da5d08a2aa7
parentd93e2212f962668b3dce091ff5edc33f2347fe37
[PATCH] Fix relocation problem with "new" get_dev() function

This patch enables the "new" get_dev() function for block devices
introduced by Grant Likely to be used on systems that still suffer
from the relocation problems (manual relocation neede because of
problems with linker script).

Hopefully we can resolve this relocation issue soon for all platform
so we don't need this additional code anymore.

Signed-off-by: Stefan Roese <sr@denx.de>
disk/part.c