diff --git a/u-boot-2020.01/board/hisilicon/hi3559av100/hi3559av100.c b/u-boot-2020.01/board/hisilicon/hi3559av100/hi3559av100.c index 4dea8957cc35758e27c031a7937f4449c0ede18d..44e3c249f5d933dc2541004c717cf2407b7d6f0c 100755 --- a/u-boot-2020.01/board/hisilicon/hi3559av100/hi3559av100.c +++ b/u-boot-2020.01/board/hisilicon/hi3559av100/hi3559av100.c @@ -523,7 +523,7 @@ static int config_m7(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) writel(0x03, SENSOR_HUB_CRG_0); writel(0x1110, SENSOR_HUB_CRG_4); writel(0x01, SENSOR_HUB_CRG_11); - printf("cortex-M7 is configed!\n"); + printf("cortex-M7 is configured!\n"); return 0; }