diff options
author | Mark Jonas <toertel@gmail.com> | 2008-03-10 11:37:10 +0100 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-03-28 14:16:12 +0900 |
commit | 3313e0e26224fc9a0c445124f3455058c696df84 (patch) | |
tree | b90d30c9fbf5f5e3c208b7f7acfd8af0315424bc /Makefile | |
parent | 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f (diff) | |
download | u-boot-imx-3313e0e26224fc9a0c445124f3455058c696df84.zip u-boot-imx-3313e0e26224fc9a0c445124f3455058c696df84.tar.gz u-boot-imx-3313e0e26224fc9a0c445124f3455058c696df84.tar.bz2 |
sh: Added support for SH7720 based board MPR2.
Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2837,6 +2837,11 @@ atngw100_config : unconfig ######################################################################### ## sh3 (Renesas SuperH) ######################################################################### +mpr2_config: unconfig + @ >include/config.h + @echo "#define CONFIG_MPR2 1" >> include/config.h + @$(MKCONFIG) -a $(@:_config=) sh sh3 mpr2 + ms7720se_config: unconfig @echo "#define CONFIG_MS7720SE 1" > include/config.h @$(MKCONFIG) -a $(@:_config=) sh sh3 ms7720se |