summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIan Campbell <ijc@hellion.org.uk>2014-08-31 13:13:43 +0100
committerIan Campbell <ijc@hellion.org.uk>2014-09-05 08:30:38 +0100
commit98e214dde38c9656fa75c2284328f0a28453026e (patch)
tree0d82ee0a3b98470fe7a989a9cc0fa4e343020d4c /include
parentf01b6cdd6009cf4973c72936775d37ada0decb62 (diff)
downloadblackbird-obmc-uboot-98e214dde38c9656fa75c2284328f0a28453026e.tar.gz
blackbird-obmc-uboot-98e214dde38c9656fa75c2284328f0a28453026e.zip
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 <vagrant@debian.org> Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Acked-by: Hans de Goede <hdegoede@redhat.com> [ ijc -- s/Spotted-by/Reported-by/ and resolve conflict vs "remove redundant "SPL" from CONFIG_SYS_EXTRA_OPTIONS" ]
Diffstat (limited to 'include')
-rw-r--r--include/configs/sunxi-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index e768921383..1d947d7d9e 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -244,7 +244,7 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
MEM_LAYOUT_ENV_SETTINGS \
- "fdtfile=" CONFIG_FTDFILE "\0" \
+ "fdtfile=" CONFIG_FDTFILE "\0" \
"console=ttyS0,115200\0" \
BOOTENV
OpenPOWER on IntegriCloud