[U-Boot] [PATCHv2 01/13] Nomadik: move nomadik.h to asm/arch/nhk8815.h
Rabin Vincent
rabin.vincent at stericsson.com
Thu Apr 8 15:43:08 CEST 2010
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 at unipv.it>
Acked-by: Michael Brandt <michael.brandt at stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent at 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 --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
--
1.7.0
More information about the U-Boot
mailing list