From 9865b2ef726bbbb64d9c52e85cd2b8d669cb6145 Mon Sep 17 00:00:00 2001 From: Bo Shen Date: Tue, 14 Aug 2012 16:48:05 +0000 Subject: [PATCH] ARM : at91sam9x5 : Remove CONFIG_ARCH_CPU_INIT MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Remove CONFIG_ARCH_CPU_INIT, no need it anymore Signed-off-by: Bo Shen Signed-off-by: Andreas Bießmann --- include/configs/at91sam9x5ek.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h index f8bd870..82f6b48 100644 --- a/include/configs/at91sam9x5ek.h +++ b/include/configs/at91sam9x5ek.h @@ -35,8 +35,6 @@ #define CONFIG_AT91SAM9X5EK #define CONFIG_AT91FAMILY -#define CONFIG_ARCH_CPU_INIT - #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG -- 2.7.4