diff options
| author | Masahiro Yamada <[email protected]> | 2016-02-05 20:49:39 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-02-08 10:22:41 -0500 |
| commit | 776babd784d803ec27407e4737ec6e6a1ea4f434 (patch) | |
| tree | f0664eaea68602945f25c1d09033b498214eb9d4 | |
| parent | 35b786780f375f32cca02d0c965091c976cf3768 (diff) | |
board_r: fix a typo in comment block
Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | common/board_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/board_r.c b/common/board_r.c index 75ee43e2d76..6c238652790 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 |
