summaryrefslogtreecommitdiffstats
path: root/include/configs/nhk8815.h
diff options
context:
space:
mode:
authorAlessandro Rubini <rubini@unipv.it>2009-06-22 09:18:47 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-07-06 21:53:03 +0200
commitfd14c41a861cd38ee2fe3abd61d59b57b4eb23c9 (patch)
tree7920df6c4730ba9689c7be04a1cf40d81ab0f8f6 /include/configs/nhk8815.h
parentee1363f2da3996bafdecdd8f4e48862ebff3f271 (diff)
downloadtalos-obmc-uboot-fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9.tar.gz
talos-obmc-uboot-fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9.zip
arm nomadik: cleanup reset
There is only one public release of the Nomadik chip, so the ifdef in reset code as well as a define in the config file are not needed Signed-off-by: Alessandro Rubini <rubini@unipv.it> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
Diffstat (limited to 'include/configs/nhk8815.h')
-rw-r--r--include/configs/nhk8815.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h
index df9d5235e9..321adfacfd 100644
--- a/include/configs/nhk8815.h
+++ b/include/configs/nhk8815.h
@@ -30,9 +30,8 @@
#define CONFIG_ARM926EJS
#define CONFIG_NOMADIK
-#define CONFIG_NOMADIK_8815
-#define CONFIG_NOMADIK_NDK15
-#define CONFIG_NOMADIK_NHK15
+#define CONFIG_NOMADIK_8815 /* cpu variant */
+#define CONFIG_NOMADIK_NHK8815 /* board variant */
#define CONFIG_SKIP_LOWLEVEL_INIT /* we have already been loaded to RAM */
OpenPOWER on IntegriCloud