Home
last modified time | relevance | path

Searched hist:"104992 fc541302a6bac74448e01e7fdad20abca0" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A DMPC8610HPCD.h104992fc541302a6bac74448e01e7fdad20abca0 Mon Nov 03 00:19:32 UTC 2008 Becky Bruce <becky.bruce@freescale.com> powerpc 86xx: Handle CCSR relocation earlier

Currently, the CCSR gets relocated while translation is
enabled, meaning we need 2 BAT translations to get to both the
old location and the new location. Also, the DEFAULT
CCSR location has a dependency on the BAT that maps the
FLASH region. Moving the relocation removes this unnecessary
dependency. This makes it easier and more intutive to
modify the board's memory map.

Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
BAT for CCSR space.

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>