diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-01 18:27:27 -0500 |
---|---|---|
committer | Remy Bohmer <linux@bohmer.net> | 2009-01-28 19:57:29 +0100 |
commit | c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a (patch) | |
tree | b0e26252e90577c2ee9d10d457d302289e6d0d53 /include/configs/VCMA9.h | |
parent | 7b6e31eb17e3ff76238a60803fc531517d516223 (diff) |
usb.h: use standard __LITTLE_ENDIAN from Linux headers
Rather than forcing people to define a custom "LITTLEENDIAN", just use the
__LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
already setting up.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'include/configs/VCMA9.h')
-rw-r--r-- | include/configs/VCMA9.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/VCMA9.h b/include/configs/VCMA9.h index 83d0d56c1ef..d9bcf6b7ae6 100644 --- a/include/configs/VCMA9.h +++ b/include/configs/VCMA9.h @@ -36,7 +36,6 @@ #define CONFIG_ARM920T 1 /* This is an ARM920T Core */ #define CONFIG_S3C2410 1 /* in a SAMSUNG S3C2410 SoC */ #define CONFIG_VCMA9 1 /* on a MPL VCMA9 Board */ -#define LITTLEENDIAN 1 /* used by usb_ohci.c */ /* input clock of PLL */ #define CONFIG_SYS_CLK_FREQ 12000000/* VCMA9 has 12MHz input clock */ |