diff options
author | Stefan Roese <sr@denx.de> | 2008-03-05 12:31:53 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-03-15 07:28:05 +0100 |
commit | 41712b4e8c95dff23354bcd620e1f9477160c190 (patch) | |
tree | c3800ca822f1717ed06bb269689a5d6af2a6e7e3 /board/amcc/canyonlands/init.S | |
parent | 2596f5b9d353ff3e4387a3325d05740f16958038 (diff) | |
download | u-boot-imx-41712b4e8c95dff23354bcd620e1f9477160c190.zip u-boot-imx-41712b4e8c95dff23354bcd620e1f9477160c190.tar.gz u-boot-imx-41712b4e8c95dff23354bcd620e1f9477160c190.tar.bz2 |
ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
This patch adds USB OHCI support to the Canyonlands board port. It also
enables EXT2 support.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/amcc/canyonlands/init.S')
-rw-r--r-- | board/amcc/canyonlands/init.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/amcc/canyonlands/init.S b/board/amcc/canyonlands/init.S index b7cac23..bd4cab5 100644 --- a/board/amcc/canyonlands/init.S +++ b/board/amcc/canyonlands/init.S @@ -88,6 +88,9 @@ tlbtab: /* TLB-entry for Local Configuration registers => peripherals */ tlbentry(CFG_LOCAL_CONF_REGS, SZ_16M, CFG_LOCAL_CONF_REGS, 4, AC_R|AC_W|AC_X|SA_G|SA_I) + /* AHB: Internal USB Peripherals (USB, SATA) */ + tlbentry(CFG_AHB_BASE, SZ_1M, 0xbff00000, 4, AC_R|AC_W|AC_X|SA_G|SA_I) + tlbtab_end #if defined(CONFIG_NAND_U_BOOT) && !defined(CONFIG_NAND_SPL) |