diff options
author | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-09 00:35:30 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-09 00:35:30 +0200 |
commit | 8d4ac794365a7abb1be8e050fd1b467b94a21865 (patch) | |
tree | 7232e6f248dfbd1b7dc6eac76b17054d7dd27014 /Makefile | |
parent | 9444b8818f1de25dfa322cbe3a283c758a3d20e3 (diff) | |
download | u-boot-imx-8d4ac794365a7abb1be8e050fd1b467b94a21865.zip u-boot-imx-8d4ac794365a7abb1be8e050fd1b467b94a21865.tar.gz u-boot-imx-8d4ac794365a7abb1be8e050fd1b467b94a21865.tar.bz2 |
Add support for EP82xxM boards
Patch by Aaron Sells, 20 Jun 2006
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1332,6 +1332,9 @@ ep8248E_config : unconfig ep8260_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc8260 ep8260 +ep82xxm_config: unconfig + @./mkconfig $(@:_config=) ppc mpc8260 ep82xxm + gw8260_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc8260 gw8260 |