Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | rename _end to __bss_end__ | Po-Yu Chuang | 2011-03-27 | -1/+1 |
| | | | | | | | Currently, _end is used for end of BSS section. We want _end to mean end of u-boot image, so we rename _end to __bss_end__ first. Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com> | |||
* | PXA: ZipitZ2 support | Marek Vasut | 2010-07-14 | -0/+56 |
This patch adds support for Aeronix Zipit Z2 handheld. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> |