summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-05 20:49:39 +0900
committerTom Rini <trini@konsulko.com>2016-02-08 10:22:41 -0500
commit776babd784d803ec27407e4737ec6e6a1ea4f434 (patch)
treef0664eaea68602945f25c1d09033b498214eb9d4 /common
parent35b786780f375f32cca02d0c965091c976cf3768 (diff)
downloadtalos-obmc-uboot-776babd784d803ec27407e4737ec6e6a1ea4f434.tar.gz
talos-obmc-uboot-776babd784d803ec27407e4737ec6e6a1ea4f434.zip
board_r: fix a typo in comment block
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/board_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/board_r.c b/common/board_r.c
index 75ee43e2d7..6c23865279 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -456,7 +456,7 @@ static int initr_dataflash(void)
/*
* Tell if it's OK to load the environment early in boot.
*
- * If CONFIG_OF_CONFIG is defined, we'll check with the FDT to see
+ * If CONFIG_OF_CONTROL is defined, we'll check with the FDT to see
* if this is OK (defaulting to saying it's OK).
*
* NOTE: Loading the environment early can be a bad idea if security is
OpenPOWER on IntegriCloud