diff mbox series

[v1,33/49] configs: ns3: enable PXE boot command

Message ID 20200427105207.5659-34-rayagonda.kokatanur@broadcom.com
State New
Headers show
Series add support for broadcom NS3 soc | expand

Commit Message

Rayagonda Kokatanur April 27, 2020, 10:51 a.m. UTC
This config enables pxe get and pxe boot commands.
'pxe get' command loads configuration file at given RAM offset.
'pxe boot' command interprets this config file and boots Linux.

Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur at broadcom.com>
---
 configs/bcm_ns3_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/bcm_ns3_defconfig b/configs/bcm_ns3_defconfig
index d6d52d1880..43aeac3e82 100644
--- a/configs/bcm_ns3_defconfig
+++ b/configs/bcm_ns3_defconfig
@@ -25,6 +25,7 @@  CONFIG_CMD_MMC=y
 CONFIG_CMD_MMC_SWRITE=y
 # CONFIG_CMD_PINMUX is not set
 # CONFIG_CMD_SOURCE is not set
+CONFIG_CMD_PXE=y
 CONFIG_CMD_EXT4=y
 CONFIG_CMD_EXT4_WRITE=y
 CONFIG_CMD_FAT=y