diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2010-10-20 01:22:25 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2010-10-21 10:42:24 +0900 |
commit | e0f0e527f8290bdf72d0fb5e5937c6b943879bf8 (patch) | |
tree | 6e5f8d2e789c92847d6454d7101b0a21712a4af7 /Makefile | |
parent | 41f2747b9a3c2324e5e6b6fc52a29671426f89d9 (diff) | |
download | u-boot-e0f0e527f8290bdf72d0fb5e5937c6b943879bf8.zip u-boot-e0f0e527f8290bdf72d0fb5e5937c6b943879bf8.tar.gz u-boot-e0f0e527f8290bdf72d0fb5e5937c6b943879bf8.tar.bz2 |
sh: rsk7203: Move to boards.cfg
Move the rsk7203 target out of the Makefile and into boards.cfg.
And fix sh2 of MAKEALL.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1189,14 +1189,6 @@ bf527-ezkit-v2_config : unconfig #======================================================================== ######################################################################### -## sh2 (Renesas SuperH) -######################################################################### -rsk7203_config: unconfig - @mkdir -p $(obj)include - @echo "#define CONFIG_RSK7203 1" > $(obj)include/config.h - @$(MKCONFIG) -a $@ sh sh2 rsk7203 renesas - -######################################################################### ## sh3 (Renesas SuperH) ######################################################################### |