Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[email protected]> you wrote: > ... > > +/* malloc() len */ > > +#define CONFIG_SYS_MALLOC_LEN (0x10000 + 256 * 1024) > please do not mix hexa and decimal
Please be reasonable. This is a perfectly valid and easy to read notation. I see no reason to change this - anything else would probably be much harder to read. > > +#define CONFIG_LOADADDR 0xa0800000 /* loadaddr env var */ > > +#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR > why 2? Because they do different things. 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: [email protected] "Where humor is concerned there are no standards -- no one can say what is good or bad, although you can be sure that everyone will. - John Kenneth Galbraith _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

