Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090718105538.gc27...@game.jcrosoft.org> you wrote: > > > +static unsigned int i2c_bus_num __attribute__ ((section (".data"))) = 0; > > +#if defined(CONFIG_I2C_MUX) > > +static unsigned int i2c_bus_num_mux __attribute__ ((section ("data"))) = 0; > .data > > +#endif > no need of put it in section .data on arm
What makes you think so? I disagree. You don't have initialized BSS in the early stages, so you are in the same situation as other architectures. And even if it was really not necessary, it doesn't hurt either. Heiko, please do NOT change this. 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: w...@denx.de "I used to think that the brain was the most wonderful organ in my body. Then I realized who was telling me this." - Emo Phillips _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot