From: Nobuhiro Iwamatsu Date: Sat, 22 Sep 2007 17:42:38 +0000 (+0900) Subject: sh: Add support command of ide with sh X-Git-Tag: v1.3.2-rc1~107^2^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eda3e1e6619ad0bee94ae4b16c99d88e77e2af13;p=u-boot sh: Add support command of ide with sh Signed-off-by: Nobuhiro Iwamatsu --- 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) {