diff mbox series

[U-Boot,v4,3/3] configs: sandbox: enable PCAP capture cmd

Message ID 20190718184333.27927-3-rfried.dev@gmail.com
State Accepted
Commit 259f7223f2
Delegated to: Joe Hershberger
Headers show
Series [U-Boot,v4,1/3] net: introduce packet capture support | expand

Commit Message

Ramon Fried July 18, 2019, 6:43 p.m. UTC
Enable CONFIG_CMD_PCAP for testing PCAP capture.

Signed-off-by: Ramon Fried <rfried.dev@gmail.com>

---

Changes in v4:
* Patch added to patchset

Changes in v3: None
Changes in v2: None

 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Joe Hershberger July 22, 2019, 11:55 p.m. UTC | #1
On Thu, Jul 18, 2019 at 1:44 PM Ramon Fried <rfried.dev@gmail.com> wrote:
>
> Enable CONFIG_CMD_PCAP for testing PCAP capture.
>
> Signed-off-by: Ramon Fried <rfried.dev@gmail.com>

Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Joe Hershberger Sept. 4, 2019, 4:40 p.m. UTC | #2
Hi Ramon,

https://patchwork.ozlabs.org/patch/1133816/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git

Thanks!
-Joe
diff mbox series

Patch

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 61391a7acd..1c52b9c51e 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -47,6 +47,7 @@  CONFIG_CMD_REMOTEPROC=y
 CONFIG_CMD_SPI=y
 CONFIG_CMD_USB=y
 CONFIG_CMD_AXI=y
+CONFIG_CMD_PCAP=y
 CONFIG_CMD_TFTPPUT=y
 CONFIG_CMD_TFTPSRV=y
 CONFIG_CMD_RARP=y