diff options
author | <m8@hekate.semihalf.com> | 2005-08-09 14:48:07 +0200 |
---|---|---|
committer | <m8@hekate.semihalf.com> | 2005-08-09 14:48:07 +0200 |
commit | f1340e2273e881a454cf56b828f35f0de76cca54 (patch) | |
tree | 16baff96ca47df447f9f47a21dda5df2e43e1942 /Makefile | |
parent | 700a0c648df72f2c8e0589c0d0470b5ffd7cab7b (diff) | |
download | u-boot-midas-f1340e2273e881a454cf56b828f35f0de76cca54.tar.gz u-boot-midas-f1340e2273e881a454cf56b828f35f0de76cca54.tar.bz2 u-boot-midas-f1340e2273e881a454cf56b828f35f0de76cca54.zip |
Added support for O2DNT board.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -271,6 +271,9 @@ icecube_5100_config: unconfig } @./mkconfig -a IceCube ppc mpc5xxx icecube +o2dnt_config: + @./mkconfig -a o2dnt ppc mpc5xxx o2dnt + inka4x0_config: unconfig @./mkconfig inka4x0 ppc mpc5xxx inka4x0 |