]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
authorStefan Roese <sr@denx.de>
Fri, 18 Jul 2008 08:43:24 +0000 (10:43 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 20 Jul 2008 20:59:32 +0000 (22:59 +0200)
commit97a3bf268d096e0e97e54048448c35114edcf557
tree32e887466e01d4d8fb449db8479eb14919e503f3
parent0043ac55024963295fc79b39af85b6dc3b261e17
ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL

This is needed for boards that define CFG_64BIT_STRTOUL but don't define
CFG_64BIT_LBA.

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