From: Masahiro Yamada Date: Fri, 5 Feb 2016 11:49:39 +0000 (+0900) Subject: board_r: fix a typo in comment block X-Git-Tag: KARO-TXSD-2017-03-15~1875 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=776babd784d803ec27407e4737ec6e6a1ea4f434;p=karo-tx-uboot.git board_r: fix a typo in comment block Signed-off-by: Masahiro Yamada Reviewed-by: Bin Meng Reviewed-by: Simon Glass --- 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