Re: [U-Boot] [PATCH v2] sunxi: Correct typo CONFIG_FTDFILE = CONFIG_FDTFILE

2014-09-02 Thread Ian Campbell
On Mon, 2014-09-01 at 10:30 +0200, Hans de Goede wrote: Hi, On 08/31/2014 02:13 PM, Ian Campbell wrote: 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

Re: [U-Boot] [PATCH v2] sunxi: Correct typo CONFIG_FTDFILE = CONFIG_FDTFILE

2014-09-01 Thread Hans de Goede
Hi, On 08/31/2014 02:13 PM, Ian Campbell wrote: 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 Spotted-by: Vagrant Cascadian vagr...@debian.org Signed-off-by: Ian

[U-Boot] [PATCH v2] sunxi: Correct typo CONFIG_FTDFILE = CONFIG_FDTFILE

2014-08-31 Thread Ian Campbell
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 Spotted-by: Vagrant Cascadian vagr...@debian.org Signed-off-by: Ian Campbell i...@hellion.org.uk --- v2: Kconfig help

Re: [U-Boot] [PATCH v2] sunxi: Correct typo CONFIG_FTDFILE = CONFIG_FDTFILE

2014-08-31 Thread Masahiro YAMADA
Hi Ian, 2014-08-31 21:13 GMT+09:00 Ian Campbell i...@hellion.org.uk: 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 Spotted-by: Vagrant Cascadian

Re: [U-Boot] [PATCH v2] sunxi: Correct typo CONFIG_FTDFILE = CONFIG_FDTFILE

2014-08-31 Thread Ian Campbell
On Sun, 2014-08-31 at 22:18 +0900, Masahiro YAMADA wrote: Hi Ian, 2014-08-31 21:13 GMT+09:00 Ian Campbell i...@hellion.org.uk: 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'