
28 Jan
2013
28 Jan
'13
12:40 p.m.
Rather than 'undef'ing some symbols, just remove them instead.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- include/configs/mx23evk.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/include/configs/mx23evk.h b/include/configs/mx23evk.h index c44a8b8..51aa9c4 100644 --- a/include/configs/mx23evk.h +++ b/include/configs/mx23evk.h @@ -49,8 +49,6 @@
/* U-Boot Commands */ #include <config_cmd_default.h> -#undef CONFIG_CMD_NET -#undef CONFIG_CMD_NFS
#define CONFIG_DISPLAY_CPUINFO #define CONFIG_DOS_PARTITION
--
1.7.9.5