Re: [U-Boot] [PATCH] powerpc/85xx: improve definition of BR_PHYS_ADDR macro

2012-08-08 Thread Andy Fleming
On Fri, Jul 6, 2012 at 12:39 PM, Timur Tabi ti...@freescale.com wrote: The BR_PHYS_ADDR(x) macro was missing parentheses around x in the macro definition, so callers had to supply their own parenthesis. Signed-off-by: Timur Tabi ti...@freescale.com Applied, thanks

[U-Boot] [PATCH] powerpc/85xx: improve definition of BR_PHYS_ADDR macro

2012-07-06 Thread Timur Tabi
The BR_PHYS_ADDR(x) macro was missing parentheses around x in the macro definition, so callers had to supply their own parenthesis. Signed-off-by: Timur Tabi ti...@freescale.com --- arch/powerpc/include/asm/fsl_lbc.h |6 +++--- include/configs/MPC8536DS.h|9 -