
5 Sep
2011
5 Sep
'11
4:15 p.m.
Dear Timur Tabi,
In message 4E60DCEC.9090205@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@denx.de
"A complex system that works is invariably found to have evolved from
a simple system that worked." - John Gall, _Systemantics_