Re: [U-Boot-Users] [PATCH] POWERPC 86xx: Move BAT setup code to C

2008-08-11 Thread Wolfgang Denk
Dear Becky Bruce, In message [EMAIL PROTECTED] you wrote: This is needed because we will be possibly be locating devices at physical addresses above 32bits, and the asm preprocessing does not appear to deal with ULL constants properly. We now call write_bat in lib_ppc/bat_rw.c.

[U-Boot-Users] [PATCH] POWERPC 86xx: Move BAT setup code to C

2008-08-04 Thread Becky Bruce
This is needed because we will be possibly be locating devices at physical addresses above 32bits, and the asm preprocessing does not appear to deal with ULL constants properly. We now call write_bat in lib_ppc/bat_rw.c. Signed-off-by: Becky Bruce [EMAIL PROTECTED] --- cpu/mpc86xx/cpu_init.c |