summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2007-09-23 02:42:38 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2007-09-23 02:42:38 +0900
commiteda3e1e6619ad0bee94ae4b16c99d88e77e2af13 (patch)
tree27ef81b9bac009b7ec03ae71d286807d25dee8bf /common
parentd91ea45d15cf8e0987456bd211ffbb650824b6f1 (diff)
downloadtalos-obmc-uboot-eda3e1e6619ad0bee94ae4b16c99d88e77e2af13.tar.gz
talos-obmc-uboot-eda3e1e6619ad0bee94ae4b16c99d88e77e2af13.zip
sh: Add support command of ide with sh
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'common')
-rw-r--r--common/cmd_ide.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/cmd_ide.c b/common/cmd_ide.c
index bb064eaa04..456640afd9 100644
--- a/common/cmd_ide.c
+++ b/common/cmd_ide.c
@@ -892,7 +892,7 @@ input_swap_data(int dev, ulong *sect_buf, int words)
#endif /* __LITTLE_ENDIAN || CONFIG_AU1X00 */
-#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA)
+#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA) || defined(CONFIG_SH)
static void
output_data(int dev, ulong *sect_buf, int words)
{
@@ -944,7 +944,7 @@ output_data(int dev, ulong *sect_buf, int words)
}
#endif /* __PPC__ */
-#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA)
+#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA) || defined(CONFIG_SH)
static void
input_data(int dev, ulong *sect_buf, int words)
{
OpenPOWER on IntegriCloud