[U-Boot] [PATCH 01/11] mt7623: fix a typo in include/configs/mt7623.h
Weijie Gao
weijie.gao at mediatek.com
Thu Dec 20 08:12:49 UTC 2018
Fix typo: neede -> needed
Signed-off-by: Weijie Gao <weijie.gao at mediatek.com>
---
include/configs/mt7623.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/mt7623.h b/include/configs/mt7623.h
index 68da920e300..ba763501cf2 100644
--- a/include/configs/mt7623.h
+++ b/include/configs/mt7623.h
@@ -46,7 +46,7 @@
/* DRAM */
#define CONFIG_SYS_SDRAM_BASE 0x80000000
-/* This is neede for kernel booting */
+/* This is needed for kernel booting */
#define FDT_HIGH "fdt_high=0xac000000\0"
/* Extra environment variables */
--
2.18.0
More information about the U-Boot
mailing list