diff options
author | Markus Klotzbücher | 2006-02-07 20:04:48 +0100 |
---|---|---|
committer | Markus Klotzbücher | 2006-02-07 20:04:48 +0100 |
commit | e0269579a5b546b8f4e9ede82dc1cc3fa3796e02 (patch) | |
tree | 0ac8cf5589a58887a22afd25a4fb4abdc288f643 /MAKEALL | |
parent | 57cac1fa547fa590fe4b7992619b9f26417014c3 (diff) |
This is the first commit for the u-boot zylonite port. The following has be
done so far:
* created zylonite board dir (based on lubbock)
* extended some - but not all pxa sources and headers for Intel
Monahans support (CONFIG_CPU_MONAHANS)
* created Makefile zylonite target + MAKEALL entry
* added some debug nonsense, remove later, grep for mk@tbd
Status: compiles (eldk-4.0), and can be started with BDI, but runs forever
and doesn't halt at breakpoints. Hmmm...
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ LIST_ARM11=" \ LIST_pxa=" \ adsvix cerf250 cradle csb226 \ innokom lubbock pxa255_idp wepep250 \ - xaeniax xm250 xsengine \ + xaeniax xm250 xsengine zylonite \ " LIST_ixp="ixdp425" |