diff options
author | Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu> | 2009-06-30 21:03:37 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-06 21:52:50 +0200 |
commit | 33b1d3f43a16fbb79004075ce89ae4e618b288a2 (patch) | |
tree | 60a443fc2b60c896af816545e72be49ab3924aea /Makefile | |
parent | 21761540b43c7086c75ee9afb412da1e5ddde2e9 (diff) | |
download | u-boot-imx-33b1d3f43a16fbb79004075ce89ae4e618b288a2.zip u-boot-imx-33b1d3f43a16fbb79004075ce89ae4e618b288a2.tar.gz u-boot-imx-33b1d3f43a16fbb79004075ce89ae4e618b288a2.tar.bz2 |
at91: Add esd gmbh MEESC board support
This patch adds support for esd gmbh MEESC board.
The MEESC is based on an Atmel AT91SAM9263 SoC.
Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2791,6 +2791,9 @@ at91sam9rlek_config : unconfig fi; @$(MKCONFIG) -a at91sam9rlek arm arm926ejs at91sam9rlek atmel at91 +meesc_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs meesc esd at91 + pm9261_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm926ejs pm9261 ronetix at91 |