diff options
author | Alessandro Rubini <rubini@unipv.it> | 2009-06-22 09:18:37 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-06 21:53:00 +0200 |
commit | ee1363f2da3996bafdecdd8f4e48862ebff3f271 (patch) | |
tree | aa62a40465d45b42d4b2d094c8ab9a3c610e1195 /include | |
parent | 040f8f63e922bbfb8ba0958bf637f11a917f5c38 (diff) | |
download | u-boot-imx-ee1363f2da3996bafdecdd8f4e48862ebff3f271.zip u-boot-imx-ee1363f2da3996bafdecdd8f4e48862ebff3f271.tar.gz u-boot-imx-ee1363f2da3996bafdecdd8f4e48862ebff3f271.tar.bz2 |
arm nomadik: rename board to nhk8815
This is an error in my side in the initial submission: nobody
calls it ""nmdk8815", it's "nomadik hardware kit", nhk8815, instead.
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 (renamed from include/configs/nmdk8815.h) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/nmdk8815.h b/include/configs/nhk8815.h index 6d7b94f..df9d523 100644 --- a/include/configs/nmdk8815.h +++ b/include/configs/nhk8815.h @@ -1,7 +1,8 @@ /* * (C) Copyright 2005 * STMicroelectronics. - * Configuration settings for the STn8815 nomadik board. + * Configuration settings for the "Nomadik Hardware Kit" NHK-8815, + * the evaluation board for the Nomadik 8815 System on Chip. * * See file CREDITS for list of people who contributed to this * project. |