
15 Jul
2016
15 Jul
'16
11:17 a.m.
Configure to support U-boot's pxe.
Signed-off-by: Wenbin Song wenbin.song@nxp.com --- include/configs/ls1043a_common.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index b0d4a8d..2083b0d 100644 --- a/include/configs/ls1043a_common.h +++ b/include/configs/ls1043a_common.h @@ -175,6 +175,8 @@
/* Command line configuration */ #define CONFIG_CMD_ENV +#define CONFIG_MENU +#define CONFIG_CMD_PXE
/* MMC */ #define CONFIG_MMC
--
2.1.0.27.g96db324