All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] omap4: sdp4430: Enable CONFIG_NET for this platform
@ 2018-02-08  7:58 Michal Simek
  2018-02-08 18:28 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2018-02-08  7:58 UTC (permalink / raw)
  To: u-boot

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 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configs/omap4_sdp4430_defconfig b/configs/omap4_sdp4430_defconfig
index ac495710633c..59526fd1dc35 100644
--- a/configs/omap4_sdp4430_defconfig
+++ b/configs/omap4_sdp4430_defconfig
@@ -23,7 +23,10 @@ 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
@@ -31,4 +34,6 @@ CONFIG_USB=y
 CONFIG_USB_MUSB_UDC=y
 CONFIG_USB_OMAP3=y
 CONFIG_FAT_WRITE=y
+# CONFIG_REGEX is not set
 CONFIG_OF_LIBFDT=y
+# CONFIG_EFI_LOADER is not set
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] omap4: sdp4430: Enable CONFIG_NET for this platform
  2018-02-08  7:58 [U-Boot] [PATCH] omap4: sdp4430: Enable CONFIG_NET for this platform Michal Simek
@ 2018-02-08 18:28 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-02-08 18:28 UTC (permalink / raw)
  To: u-boot

On Thu, Feb 08, 2018 at 08:58:59AM +0100, Michal Simek wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-08 18:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-08  7:58 [U-Boot] [PATCH] omap4: sdp4430: Enable CONFIG_NET for this platform Michal Simek
2018-02-08 18:28 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.