From c1a9d0a3fb01fc4d2bf873c7f2daf54b1afdad6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Mon, 27 Aug 2012 08:43:38 +0200 Subject: [PATCH] TX48 config: remove obsolete/duplicate configs --- include/configs/tx48.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/configs/tx48.h b/include/configs/tx48.h index cc05ef1185..188386ac40 100644 --- a/include/configs/tx48.h +++ b/include/configs/tx48.h @@ -125,8 +125,6 @@ * Extra Environments */ #ifdef CONFIG_OF_LIBFDT -#define CONFIG_FDT_FIXUP_PARTITIONS - #define TX48_BOOTM_CMD \ "bootm_cmd=fdt addr ${fdtcontroladdr};" \ "fdt board;" \ @@ -354,7 +352,4 @@ #define CONFIG_SKIP_LOWLEVEL_INIT #endif -/* Unsupported features */ -#undef CONFIG_USE_IRQ - #endif /* __TX48_H */ -- 2.39.2