diff options
author | Ian Campbell <ijc@hellion.org.uk> | 2014-08-31 13:13:43 +0100 |
---|---|---|
committer | Ian Campbell <ijc@hellion.org.uk> | 2014-09-05 08:30:38 +0100 |
commit | 98e214dde38c9656fa75c2284328f0a28453026e (patch) | |
tree | 0d82ee0a3b98470fe7a989a9cc0fa4e343020d4c /configs/Linksprite_pcDuino3_defconfig | |
parent | f01b6cdd6009cf4973c72936775d37ada0decb62 (diff) | |
download | u-boot-imx-98e214dde38c9656fa75c2284328f0a28453026e.zip u-boot-imx-98e214dde38c9656fa75c2284328f0a28453026e.tar.gz u-boot-imx-98e214dde38c9656fa75c2284328f0a28453026e.tar.bz2 |
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 'configs/Linksprite_pcDuino3_defconfig')
-rw-r--r-- | configs/Linksprite_pcDuino3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/Linksprite_pcDuino3_defconfig b/configs/Linksprite_pcDuino3_defconfig index d054e2c..efc5301 100644 --- a/configs/Linksprite_pcDuino3_defconfig +++ b/configs/Linksprite_pcDuino3_defconfig @@ -1,5 +1,5 @@ CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="PCDUINO3,AXP209_POWER,SUNXI_GMAC,AHCI,SATAPWR=SUNXI_GPH(2),USB_EHCI" -CONFIG_FTDFILE="sun7i-a20-pcduino3.dtb" +CONFIG_FDTFILE="sun7i-a20-pcduino3.dtb" +S:CONFIG_ARM=y +S:CONFIG_TARGET_SUN7I=y |