diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-10-08 04:25:26 (GMT) |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-10-10 01:03:23 (GMT) |
commit | 66deb91ec0113d545ece62130e0823a74edc10e6 (patch) | |
tree | 8f71e54f2ee749c7c7df441e4a1ad9dd81aab3dc | |
parent | baaafaaad3d53706e3d02aa4e0bba75f535ebd18 (diff) | |
download | u-boot-66deb91ec0113d545ece62130e0823a74edc10e6.tar.xz |
ARM: uniphier: fix typos in a comment block
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r-- | include/configs/uniphier.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 29be00a..bb873a4 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -54,7 +54,7 @@ #define CONFIG_SYS_FLASH_BASE 0 /* - * flash_toggle does not work for out supoort card. + * flash_toggle does not work for our support card. * We need to use flash_status_poll. */ #define CONFIG_SYS_CFI_FLASH_STATUS_POLL |