Re: [U-Boot] [PATCH 2/7] sunxi-common.h: Remove dead #ifdef CONFIG_CMD_NET code block

2014-08-04 Thread Ian Campbell
On Fri, 2014-08-01 at 09:46 +0200, Hans de Goede wrote: > We undef CONFIG_CMD_NET at line 167, and there is nothing re-defining it > between line 167 and the #ifdef CONFIG_CMD_NET, so remove this effectively > dead block. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell ___

[U-Boot] [PATCH 2/7] sunxi-common.h: Remove dead #ifdef CONFIG_CMD_NET code block

2014-08-01 Thread Hans de Goede
We undef CONFIG_CMD_NET at line 167, and there is nothing re-defining it between line 167 and the #ifdef CONFIG_CMD_NET, so remove this effectively dead block. Signed-off-by: Hans de Goede --- include/configs/sunxi-common.h | 8 1 file changed, 8 deletions(-) diff --git a/include/confi