]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
omap4: sdp4430: Enable CONFIG_NET for this platform
authorMichal Simek <michal.simek@xilinx.com>
Thu, 8 Feb 2018 07:58:59 +0000 (08:58 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 9 Feb 2018 11:04:21 +0000 (12:04 +0100)
Distro default configuration contains also dhcp and pxe setting which
can't working without enabling CONFIG_NET.
EFI is not required that's why it is not enabled.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
configs/omap4_sdp4430_defconfig

index b7ba1f30b61f8cc95ae0ef1c0e5214e2bff407bc..11848a5b771e134fbe4dc6b27a76e4a063c24967 100644 (file)
@@ -23,9 +23,14 @@ CONFIG_CMD_SPI=y
 # CONFIG_CMD_NET is not set
 # CONFIG_CMD_NFS is not set
 CONFIG_CMD_EXT4_WRITE=y
+# CONFIG_EFI_PARTITION is not set
+CONFIG_SPL_PARTITION_UUIDS=y
 CONFIG_ENV_IS_IN_MMC=y
+CONFIG_NET=y
 CONFIG_MMC_OMAP_HS=y
 CONFIG_SYS_NS16550=y
 CONFIG_OMAP3_SPI=y
 CONFIG_FAT_WRITE=y
+# CONFIG_REGEX is not set
 CONFIG_OF_LIBFDT=y
+# CONFIG_EFI_LOADER is not set