diff options
author | Stefan Roese <sr@denx.de> | 2009-06-09 11:50:40 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:47:19 +0200 |
commit | e53b507cee5d976953134a565c72fd32c967d7dd (patch) | |
tree | 52050ec85b65e0cae28d6328311b5d365874b010 /Makefile | |
parent | 6bd55cc65d0c3aa84d719518254fb3c650239ed9 (diff) | |
download | u-boot-imx-e53b507cee5d976953134a565c72fd32c967d7dd.zip u-boot-imx-e53b507cee5d976953134a565c72fd32c967d7dd.tar.gz u-boot-imx-e53b507cee5d976953134a565c72fd32c967d7dd.tar.bz2 |
mpc512x: Add esd gmbh mecp5123 board support
MECP5123 is a MPC5121E based module by esd gmbh.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -824,6 +824,9 @@ v38b_config: unconfig aria_config: unconfig @$(MKCONFIG) -a aria ppc mpc512x aria davedenx +mecp5123_config: unconfig + @$(MKCONFIG) -a mecp5123 ppc mpc512x mecp5123 esd + mpc5121ads_config \ mpc5121ads_rev2_config \ : unconfig |