Dear Alexander Holler, In message <[email protected]> you wrote: > > Btw, while we are there, is there any reason, besides being carefull, > why u-boot for arm is compiled with -march=armv5(te) by default?
Because that's the lowest ARM instruction set version supported widely across available tool chains. > I'm just curious if there are some reasons for not using march=amrv7a > for armv7 platforms and don't want to start a discussion about removing > that default. Well, a major reason for not doing this is that "amrv7a" is a typo :-P Other reasons are for example explained in doc/README.omap3 or doc/README.s5pc1xx 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] Command, n.: Statement presented by a human and accepted by a computer in such a manner as to make the human feel as if he is in control. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

