All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lx2160a: Add dhcp in boot_targets
@ 2020-03-11 15:21 Meenakshi Aggarwal
  2020-03-18 12:00 ` Priyanka Jain
  2020-03-30 10:42 ` Priyanka Jain
  0 siblings, 2 replies; 3+ messages in thread
From: Meenakshi Aggarwal @ 2020-03-11 15:21 UTC (permalink / raw)
  To: u-boot

Add dhcp in supported boot_targets for lx2160.

Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
---
 include/configs/lx2160a_common.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/configs/lx2160a_common.h b/include/configs/lx2160a_common.h
index 0b0075a..ba10dc5 100644
--- a/include/configs/lx2160a_common.h
+++ b/include/configs/lx2160a_common.h
@@ -287,7 +287,8 @@ int select_i2c_ch_pca9547_sec(unsigned char ch);
 #define BOOT_TARGET_DEVICES(func) \
 	func(USB, usb, 0) \
 	func(MMC, mmc, 0) \
-	func(SCSI, scsi, 0)
+	func(SCSI, scsi, 0) \
+	func(DHCP, dhcp, na)
 #include <config_distro_bootcmd.h>
 
 #endif /* __LX2_COMMON_H */
-- 
1.9.1

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

* [PATCH] lx2160a: Add dhcp in boot_targets
  2020-03-11 15:21 [PATCH] lx2160a: Add dhcp in boot_targets Meenakshi Aggarwal
@ 2020-03-18 12:00 ` Priyanka Jain
  2020-03-30 10:42 ` Priyanka Jain
  1 sibling, 0 replies; 3+ messages in thread
From: Priyanka Jain @ 2020-03-18 12:00 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Meenakshi
>Aggarwal
>Sent: Wednesday, March 11, 2020 8:52 PM
>To: u-boot at lists.denx.de; Priyanka Jain <priyanka.jain@nxp.com>
>Cc: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
>Subject: [PATCH] lx2160a: Add dhcp in boot_targets
>
>Add dhcp in supported boot_targets for lx2160.
>
>Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
>---
> include/configs/lx2160a_common.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
>diff --git a/include/configs/lx2160a_common.h
>b/include/configs/lx2160a_common.h
>index 0b0075a..ba10dc5 100644
>--- a/include/configs/lx2160a_common.h
>+++ b/include/configs/lx2160a_common.h
>@@ -287,7 +287,8 @@ int select_i2c_ch_pca9547_sec(unsigned char ch);
>#define BOOT_TARGET_DEVICES(func) \
> 	func(USB, usb, 0) \
> 	func(MMC, mmc, 0) \
>-	func(SCSI, scsi, 0)
>+	func(SCSI, scsi, 0) \
>+	func(DHCP, dhcp, na)
> #include <config_distro_bootcmd.h>
>
> #endif /* __LX2_COMMON_H */
>--
>1.9.1
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>

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

* [PATCH] lx2160a: Add dhcp in boot_targets
  2020-03-11 15:21 [PATCH] lx2160a: Add dhcp in boot_targets Meenakshi Aggarwal
  2020-03-18 12:00 ` Priyanka Jain
@ 2020-03-30 10:42 ` Priyanka Jain
  1 sibling, 0 replies; 3+ messages in thread
From: Priyanka Jain @ 2020-03-30 10:42 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Meenakshi
>Aggarwal
>Sent: Wednesday, March 11, 2020 8:52 PM
>To: u-boot at lists.denx.de; Priyanka Jain <priyanka.jain@nxp.com>
>Cc: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
>Subject: [PATCH] lx2160a: Add dhcp in boot_targets
>
>Add dhcp in supported boot_targets for lx2160.
>
>Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
>---
Rebased to top. Applied to u-boot-fsl-qoriq. Waiting upstream

Thanks
Priyanka

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

end of thread, other threads:[~2020-03-30 10:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11 15:21 [PATCH] lx2160a: Add dhcp in boot_targets Meenakshi Aggarwal
2020-03-18 12:00 ` Priyanka Jain
2020-03-30 10:42 ` Priyanka Jain

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.