From 2eb64881d61fbb4d62443654f96d27638f6cca50 Mon Sep 17 00:00:00 2001
From: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Date: Wed, 2 Jun 2010 15:08:19 +0900
Subject: [PATCH] Change sh4 target board from espt to sh7785lcr_32bit

sh7785lcr is used than an espt board better.
For example, buildd of sh4 is sh7785lcr.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5903071..7a354e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ UBOOT_TARGETS = hammerhead
 TARGET_FORMAT = u-boot.img
 else
 ifeq ($(DEB_HOST_ARCH),sh4)
-UBOOT_TARGETS = espt
+UBOOT_TARGETS = sh7785lcr_32bit
 TARGET_FORMAT = u-boot.img
 else
 UBOOT_TARGETS =
-- 
1.7.1

