Re: [PATCH] ARM: i.MX6 Phytec phyFLEX: Fix imx6_bbu_nand_register_handler usage

2014-11-11 Thread Andrey Smirnov
Sure. Will post the patch in a separate thread. On Tue, Nov 11, 2014 at 6:06 AM, Sascha Hauer wrote: > On Mon, Nov 10, 2014 at 09:46:10AM -0800, Andrey Smirnov wrote: >> imx6_bbu_nand_register_handler is not availible if >> CONFIG_BAREBOX_UPDATE_IMX6_NAND is not selected. Fix this by wrapping >>

Re: [PATCH] ARM: i.MX6 Phytec phyFLEX: Fix imx6_bbu_nand_register_handler usage

2014-11-11 Thread Sascha Hauer
On Mon, Nov 10, 2014 at 09:46:10AM -0800, Andrey Smirnov wrote: > imx6_bbu_nand_register_handler is not availible if > CONFIG_BAREBOX_UPDATE_IMX6_NAND is not selected. Fix this by wrapping > it's usage in preprocessor statements. > > Signed-off-by: Andrey Smirnov > --- > arch/arm/boards/phytec-p

[PATCH] ARM: i.MX6 Phytec phyFLEX: Fix imx6_bbu_nand_register_handler usage

2014-11-10 Thread Andrey Smirnov
imx6_bbu_nand_register_handler is not availible if CONFIG_BAREBOX_UPDATE_IMX6_NAND is not selected. Fix this by wrapping it's usage in preprocessor statements. Signed-off-by: Andrey Smirnov --- arch/arm/boards/phytec-phyflex-imx6/board.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) d