diff options
author | Alessandro Rubini <rubini@unipv.it> | 2009-06-22 09:18:47 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-06 21:53:03 +0200 |
commit | fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9 (patch) | |
tree | 7920df6c4730ba9689c7be04a1cf40d81ab0f8f6 /include | |
parent | ee1363f2da3996bafdecdd8f4e48862ebff3f271 (diff) | |
download | u-boot-imx-fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9.zip u-boot-imx-fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9.tar.gz u-boot-imx-fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9.tar.bz2 |
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')
-rw-r--r-- | include/configs/nhk8815.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/nhk8815.h b/include/configs/nhk8815.h index df9d523..321adfa 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 */ |