[U-Boot] [PATCH 2/2] powerpc/85xx: standardize display of address map size (32-bit vs. 36-bit)
Wolfgang Denk
wd at denx.de
Mon Sep 5 16:15:22 CEST 2011
Dear Timur Tabi,
In message <4E60DCEC.9090205 at freescale.com> you wrote:
> Kumar Gala wrote:
> > Both. I'm think for your patch we'd add some general config option for extra print info.
>
> So you want to see this instead:
>
> /*
> * Display whether this is a 32-bit build or a 36-bit build.
> */
> #ifdef CONFIG_DISPLAY_ADDR_SIZE
> #ifdef CONFIG_PHYS_64BIT
> puts("ADDR: 36-bit address map\n");
> #else
> puts("ADDR: 32-bit address map\n");
> #endif
> #endif
Please dump this completely.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"A complex system that works is invariably found to have evolved from
a simple system that worked." - John Gall, _Systemantics_
More information about the U-Boot
mailing list