[U-Boot] [PATCH v2 4/4] powerpc/mpc83xx: Cleanup usage of LBC constants

Kim Phillips kim.phillips at freescale.com
Wed Sep 14 02:39:45 CEST 2011


On Fri, 12 Aug 2011 16:53:00 -0500
Joe Hershberger <joe.hershberger at ni.com> wrote:

> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
> Cc: Joe Hershberger <joe.hershberger at gmail.com>
> Cc: Kim Phillips <kim.phillips at freescale.com>
> ---
> Changes for v2:
>  - Split

4 out of 4 patches applied to mpc83xx master, except changes with
embedded '[RFC]' tags were reverted back to their original versions;
changes such as this:

> -#define CONFIG_SYS_LBLAWBAR2		0
> -#define CONFIG_SYS_LBLAWAR2		0x80000019 /* 64MB */
> +/* [RFC]This used to be CONFIG_SYS_LBLAWBAR2 */
> +#define CONFIG_SYS_LBLAWBAR2_PRELIM	CONFIG_SYS_LBC_SDRAM_BASE /* [RFC]This was 0 before, overlapping DDR */

see commit 5c2ff32 on how the 8360MDS does things a bit differently.

Kim



More information about the U-Boot mailing list