]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/nds32/include/asm/mach-types.h
NDS32: Generic Board Support and Unsupport
[karo-tx-uboot.git] / arch / nds32 / include / asm / mach-types.h
index 7b52b989bc1f61ffb0ebc062c063f8e80a31e7bb..1959d7eb0bcb13cc91f3de48381d9b5f3f013b89 100644 (file)
@@ -12,20 +12,6 @@ extern unsigned int __machine_arch_type;
 #endif
 
 /* see arch/arm/kernel/arch.c for a description of these */
-#define MACH_TYPE_ADPAG101             0
-
-#ifdef CONFIG_ARCH_ADPAG101
-# ifdef machine_arch_type
-#  undef machine_arch_type
-#  define machine_arch_type    __machine_arch_type
-# else
-#  define machine_arch_type    MACH_TYPE_ADPAG101
-# endif
-# define machine_is_adpag101() (machine_arch_type == MACH_TYPE_ADPAG101)
-#else
-# define machine_is_adpag101() (0)
-#endif
-
 #define MACH_TYPE_ADPAG101P            1
 
 #ifdef CONFIG_ARCH_ADPAG101P