[U-Boot-Users] [PATCH v2] Introduce phys_size_t and move phys_addr_t into asm/types.h

2008-03-27 Thread Kumar Gala
Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's that have larger physical addresses like 44x, 85xx, and 86xx. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- include/asm-arm/io.h |2 -- include/asm-arm/types.h|3 +++ include/asm-avr32/io.h |

Re: [U-Boot-Users] [PATCH v2] Introduce phys_size_t and move phys_addr_t into asm/types.h

2008-04-13 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's > that have larger physical addresses like 44x, 85xx, and 86xx. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > include/asm-arm/io.h |2 -- > include/asm-arm/types.h