Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | MIPS: update the MIPS u-boot.lds | Xiangfu Liu | 2010-09-04 | -1/+1 |
| | | | | | | | | | | From the document, if set all arguments in "OUTPUT_FORMAT" to "tradbigmips", then even add "-EL" to gcc we still get EB format. pb1x00 is only used in Little-endian, so its default endian should be set to LE. Signed-off-by: Xiangfu Liu <xiangfu@openmobilefree.net> Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com> | |||
* | Move examples/ to examples/standalone | Peter Tyser | 2009-07-21 | -0/+59 |
The current files in examples are all standalone application examples, so put them in their own subdirectory for organizational purposes Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |