> > "info qtree" will always print both decimal and hex. > > If I try that here then with the CG3 patch applied the prom_addr > property is always just displayed in decimal...? Or have I missed > something obvious here?
Grammar sucks. :) It *will* always print both decimal and hex once HEX64 is gone. It doesn't yet; right now, the exact printed format depends on UINT64 vs. HEX64 as you found out. But it's still easier for you to use UINT64 and avoid future conflicts. Paolo