mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intended
commit 8bde63eb3f
([MIPS] Rename Alchemy
processor configs into CONFIG_SOC_*) forgot to pick up this one.
Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
This commit is contained in:
parent
17a990b550
commit
c6dc8a734d
1 changed files with 2 additions and 1 deletions
|
@ -811,7 +811,8 @@ set_pcmcia_timing (int pmode)
|
||||||
|
|
||||||
/* We only need to swap data if we are running on a big endian cpu. */
|
/* We only need to swap data if we are running on a big endian cpu. */
|
||||||
/* But Au1x00 cpu:s already swaps data in big endian mode! */
|
/* But Au1x00 cpu:s already swaps data in big endian mode! */
|
||||||
#if defined(__LITTLE_ENDIAN) || ( defined(CONFIG_AU1X00) && !defined(CONFIG_GTH2) )
|
#if defined(__LITTLE_ENDIAN) || \
|
||||||
|
(defined(CONFIG_SOC_AU1X00) && !defined(CONFIG_GTH2))
|
||||||
#define input_swap_data(x,y,z) input_data(x,y,z)
|
#define input_swap_data(x,y,z) input_data(x,y,z)
|
||||||
#else
|
#else
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Reference in a new issue