board_r: fix a typo in comment block
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 5 Feb 2016 11:49:39 +0000 (20:49 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 8 Feb 2016 15:22:41 +0000 (10:22 -0500)
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/board_r.c

index 75ee43e..6c23865 100644 (file)
@@ -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