diff options
author | Matthias Kaehlcke <matthias@kaehlcke.net> | 2010-02-01 21:29:48 +0100 |
---|---|---|
committer | Tom Rix <Tom.Rix@windriver.com> | 2010-02-12 12:31:54 -0600 |
commit | cf3c142ee4be0f077f8b84593f1b24b35d14039e (patch) | |
tree | 7687c04cea8b29ec69a8ef2ebc64864d46a20ab1 /Makefile | |
parent | d798e27b14543762f9f5d0561a3430c7f9e2153b (diff) | |
download | u-boot-cf3c142ee4be0f077f8b84593f1b24b35d14039e.tar.gz |
Add support for EDB93xx boards
Added support for the following EDB93xx boards:
EDB9301
EDB9302
EDB9302A
EDB9307
EDB9307A
EDB93012
EDB9315
EDB9315A
Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2413,6 +2413,16 @@ caddy2_config \ vme8349_config: unconfig @$(MKCONFIG) -t $(@:_config=) vme8349 ppc mpc83xx vme8349 esd +edb9301_config \ +edb9302_config \ +edb9302a_config \ +edb9307_config \ +edb9307a_config \ +edb9312_config \ +edb9315_config \ +edb9315a_config: unconfig + @$(MKCONFIG) -t $(@:_config=) edb93xx arm arm920t edb93xx NULL ep93xx + ######################################################################### ## MPC85xx Systems ######################################################################### |