powerpc: mpc85xx: Move set_liodns, setup_portals to common boot seq
authorPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Fri, 22 Jan 2016 09:04:44 +0000 (14:34 +0530)
committerYork Sun <york.sun@nxp.com>
Mon, 25 Jan 2016 20:13:31 +0000 (12:13 -0800)
commit2c0d69713c5f1cd0e3caee20b3725dc8d0b9aa77
treef350a76925da38eec10e5423a98b24024aca13a0
parent12f229ea8f6c8e20f8fd07906eafc853c4c354a9
powerpc: mpc85xx: Move set_liodns, setup_portals to common boot seq

Users migrating Freescale's PowerPC SoC U-Boot code to their custom
board, often overlook the need to execute set_liodns() and
setup_portals() being called by platform files.

So Move set_liodns() and setup_portals() to common u-boot boot
sequence

Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
13 files changed:
arch/powerpc/cpu/mpc85xx/cpu_init.c
board/freescale/b4860qds/b4860qds.c
board/freescale/corenet_ds/corenet_ds.c
board/freescale/p2041rdb/p2041rdb.c
board/freescale/t102xqds/t102xqds.c
board/freescale/t102xrdb/t102xrdb.c
board/freescale/t1040qds/t1040qds.c
board/freescale/t104xrdb/t104xrdb.c
board/freescale/t208xqds/t208xqds.c
board/freescale/t208xrdb/t208xrdb.c
board/freescale/t4qds/t4240emu.c
board/freescale/t4qds/t4240qds.c
board/freescale/t4rdb/t4240rdb.c