diff options
author | Weijie Gao <weijie.gao@mediatek.com> | 2018-12-20 16:12:49 +0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-26 21:35:53 -0500 |
commit | 7d39b748ed868d5024d0653e5337bcc51a66b0f0 (patch) | |
tree | 1e70d4a769bc3286cd8c5bee771f6fd63bf03f83 /include | |
parent | 7b4ea2d888b434c6c07e124a0615da0468624971 (diff) | |
download | u-boot-7d39b748ed868d5024d0653e5337bcc51a66b0f0.tar.gz u-boot-7d39b748ed868d5024d0653e5337bcc51a66b0f0.tar.bz2 u-boot-7d39b748ed868d5024d0653e5337bcc51a66b0f0.zip |
mt7623: fix a typo in include/configs/mt7623.h
Fix typo: neede -> needed
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mt7623.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mt7623.h b/include/configs/mt7623.h index 68da920e30..ba763501cf 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 */ |