commit | f14524ec740ddad267ca50da777ca6a1064d650c | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Dec 20 16:12:49 2018 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 26 21:35:53 2018 -0500 |
tree | 1e70d4a769bc3286cd8c5bee771f6fd63bf03f83 | |
parent | 02a99d7aaf74216a9567f16906980e1a9fae23b3 [diff] [blame] |
mt7623: fix a typo in include/configs/mt7623.h Fix typo: neede -> needed
diff --git a/include/configs/mt7623.h b/include/configs/mt7623.h index 68da920..ba76350 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 */