diff options
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 2007-12-03 22:58:50 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-01-15 23:30:40 +0900 |
commit | b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae (patch) | |
tree | 4ff109fdfba0b954b292c2c37dfae558141a086e /Makefile | |
parent | 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed (diff) | |
download | u-boot-imx-b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae.zip u-boot-imx-b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae.tar.gz u-boot-imx-b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae.tar.bz2 |
sh: Add support for MS7720RP02 board
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2750,6 +2750,14 @@ atstk1004_config : unconfig ######################################################################### ######################################################################### +## sh3 (Renesas SuperH) +######################################################################### +ms7720se_config: unconfig + @ >include/config.h + @echo "#define CONFIG_MS7720SE 1" >> include/config.h + @./mkconfig -a $(@:_config=) sh sh3 ms7720se + +######################################################################### ## sh4 (Renesas SuperH) ######################################################################### ms7750se_config: unconfig |