Files
u-boot/arch
Christophe Leroy 374a0e306e powerpc: mpc8xx: harmonise initialisation of the immap local pointer
In most places, immap local pointer is defined as
	immap_t __iomem *immap = (immap_t __iomem *)CONFIG_SYS_IMMR;
In a few places, it is defined as
	immap_t __iomem *immap = (immap_t __iomem *)(immr & 0xFFFF0000);

This patch replaces the few of the latest form by the other one.

The two are fully equivalent since SPRN_IMMR is set with CONFIG_SYS_IMMR
very early in start.S

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
2018-04-06 16:30:37 -04:00
..
2018-04-02 12:27:56 +03:00
2018-04-06 16:11:09 -04:00
2018-03-21 23:23:13 +01:00
2018-03-30 13:13:45 +08:00
2018-02-23 00:06:05 +01:00