commit | bbf4796f6498fbade56d56eff3a0a49b299d93e5 | [log] [tgz] |
---|---|---|
author | Zhang Wei <wei.zhang@freescale.com> | Thu Oct 25 17:30:04 2007 +0800 |
committer | Wolfgang Denk <wd@denx.de> | Sat Nov 03 22:15:12 2007 +0100 |
tree | 6654f8fdecc55d4661894c83ac8abbd4faef7e0c | |
parent | 4e62041023dc3de9d98d977bb080235bc6d035e0 [diff] |
Fix USB support issue for MPC8641HPCN board. The configuration file has already enabled USB, but it missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB on MPC8641HPCN can not work because of the wrong USB register endian. And add the USB command to U-Boot commands list. Signed-off-by: Zhang Wei <wei.zhang@freescale.com>