]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/smdk5250.h
Exynos5250: Enable PXE Support
[karo-tx-uboot.git] / include / configs / smdk5250.h
index 47369aa939e9e32ed4ea03e4b0e02a85cb5e4916..91da16799810629be38e2eee401d3e40feb87ad9 100644 (file)
@@ -68,7 +68,6 @@
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (1 << 20))
 
 /* select serial console configuration */
-#define CONFIG_SERIAL_MULTI
 #define CONFIG_SERIAL3                 /* use SERIAL 3 */
 #define CONFIG_BAUDRATE                        115200
 #define EXYNOS5_DEFAULT_UART_OFFSET    0x010000
 #define CONFIG_ENV_SROM_BANK           1
 #endif /*CONFIG_CMD_NET*/
 
+/* Enable PXE Support */
+#ifdef CONFIG_CMD_NET
+#define CONFIG_CMD_PXE
+#define CONFIG_MENU
+#endif
+
 /* Enable devicetree support */
 #define CONFIG_OF_LIBFDT