[U-Boot] [PATCH] board_r: fix a typo in comment block
Masahiro Yamada
yamada.masahiro at socionext.com
Fri Feb 5 12:49:39 CET 2016
Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---
common/board_r.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/board_r.c b/common/board_r.c
index 75ee43e..6c23865 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
--
1.9.1
More information about the U-Boot
mailing list