diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-11-30 19:36:53 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-12-02 22:01:42 +0100 |
commit | 4a129a57d923f7c15aa1f567028a80a32d66a100 (patch) | |
tree | bf7895744b8b321cc33a1df52ef0b0723894bdba /include/configs | |
parent | ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01 (diff) | |
download | u-boot-imx-4a129a57d923f7c15aa1f567028a80a32d66a100.zip u-boot-imx-4a129a57d923f7c15aa1f567028a80a32d66a100.tar.gz u-boot-imx-4a129a57d923f7c15aa1f567028a80a32d66a100.tar.bz2 |
at91rm9200dk: Fix typo
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/at91rm9200dk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/at91rm9200dk.h b/include/configs/at91rm9200dk.h index 5c239d7..746f0ef 100644 --- a/include/configs/at91rm9200dk.h +++ b/include/configs/at91rm9200dk.h @@ -1,7 +1,7 @@ /* * Rick Bronson <rick@efn.org> * - * Configuation settings for the AT91RM9200DK board. + * Configuration settings for the AT91RM9200DK board. * * See file CREDITS for list of people who contributed to this * project. |