]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi-common.h: Remove dead #ifdef CONFIG_CMD_NET code block
authorHans de Goede <hdegoede@redhat.com>
Fri, 1 Aug 2014 07:16:47 +0000 (09:16 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 12 Aug 2014 06:40:12 +0000 (08:40 +0200)
commitad0fd965f7ac938923391667d2db5caa88d7bc6d
treec084f8322d80fb9de835903f707122f4e45b8389
parentc17b07d4dc35fc9f8b424229ef4d1a3390f1dbe8
sunxi-common.h: Remove dead #ifdef CONFIG_CMD_NET code block

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 <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
include/configs/sunxi-common.h