From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rabin Vincent Date: Thu, 8 Apr 2010 19:13:08 +0530 Subject: [U-Boot] [PATCHv2 01/13] Nomadik: move nomadik.h to asm/arch/nhk8815.h In-Reply-To: <1270734200-17762-1-git-send-email-rabin.vincent@stericsson.com> References: <1270734200-17762-1-git-send-email-rabin.vincent@stericsson.com> Message-ID: <1270734200-17762-2-git-send-email-rabin.vincent@stericsson.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de It contains only 8815-specific addresses, so move it to an appropriate location and name, freeing up the nomadik.h name for common Nomadik-family peripherals. Cc: Alessandro Rubini Acked-by: Michael Brandt Signed-off-by: Rabin Vincent --- .../{nomadik.h => asm-arm/arch-nomadik/nmdk8815.h} | 0 include/configs/nhk8815.h | 2 +- 2 files changed, 1 insertions(+), 1 deletions(-) rename include/{nomadik.h => asm-arm/arch-nomadik/nmdk8815.h} (100%) diff --git a/include/nomadik.h b/include/asm-arm/arch-nomadik/nmdk8815.h similarity index 100% rename from include/nomadik.h rename to include/asm-arm/arch-nomadik/nmdk8815.h diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h index 2b640dc..376f43d 100644 --- a/include/configs/nhk8815.h +++ b/include/configs/nhk8815.h @@ -26,7 +26,7 @@ #ifndef __CONFIG_H #define __CONFIG_H -#include +#include #define CONFIG_ARM926EJS #define CONFIG_NOMADIK -- 1.7.0