diff mbox

[U-Boot,PATCHv2,01/13] Nomadik: move nomadik.h to asm/arch/nhk8815.h

Message ID 1270734200-17762-2-git-send-email-rabin.vincent@stericsson.com
State Not Applicable
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Rabin Vincent April 8, 2010, 1:43 p.m. UTC
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 <rubini@unipv.it>
Acked-by: Michael Brandt <michael.brandt@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
---
 .../{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 mbox

Patch

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 <nomadik.h>
+#include <asm/arch/nmdk8815.h>
 
 #define CONFIG_ARM926EJS
 #define CONFIG_NOMADIK