From ea0f380daa8b7b6accd0c77395ef6a4da0187db8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 18 Feb 2006 06:50:14 +0000 Subject: simplify endian config/selection --- extra/Configs/Config.h8300 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'extra/Configs/Config.h8300') diff --git a/extra/Configs/Config.h8300 b/extra/Configs/Config.h8300 index 753937e8a..f739bcaf5 100644 --- a/extra/Configs/Config.h8300 +++ b/extra/Configs/Config.h8300 @@ -6,17 +6,10 @@ config TARGET_ARCH default "h8300" -config ARCH_SUPPORTS_BIG_ENDIAN - bool - default y - -config ARCH_SUPPORTS_LITTLE_ENDIAN - bool - default y - config FORCE_OPTIONS_FOR_ARCH bool default y + select ARCH_ANY_ENDIAN select ARCH_HAS_NO_MMU choice -- cgit v1.2.3