diff options
| author | Ian Campbell <[email protected]> | 2014-08-31 13:13:43 +0100 |
|---|---|---|
| committer | Ian Campbell <[email protected]> | 2014-09-05 08:30:38 +0100 |
| commit | 98e214dde38c9656fa75c2284328f0a28453026e (patch) | |
| tree | 0d82ee0a3b98470fe7a989a9cc0fa4e343020d4c /board | |
| parent | f01b6cdd6009cf4973c72936775d37ada0decb62 (diff) | |
sunxi: Correct typo CONFIG_FTDFILE => CONFIG_FDTFILE
Patch is the result of:
sed -i -e 's/FTDFILE/FDTFILE/g' board/sunxi/Kconfig configs/* include/configs/sunxi-common.h
sed -i -e 's/ftdfile/fdtfile/g' board/sunxi/Kconfig
Reported-by: Vagrant Cascadian <[email protected]>
Signed-off-by: Ian Campbell <[email protected]>
Acked-by: Hans de Goede <[email protected]>
[ ijc -- s/Spotted-by/Reported-by/ and resolve conflict vs "remove
redundant "SPL" from CONFIG_SYS_EXTRA_OPTIONS" ]
Diffstat (limited to 'board')
| -rw-r--r-- | board/sunxi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index c61c650735b..7bdf958afeb 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -36,7 +36,7 @@ config SYS_SOC string default "sunxi" -config FTDFILE - string "Default ftdfile env setting for this board" +config FDTFILE + string "Default fdtfile env setting for this board" endif |
