Message ID | 1583940107-16374-1-git-send-email-meenakshi.aggarwal@nxp.com |
---|---|
State | Accepted |
Commit | c5076a021eaa221e70b87fbf3a38744bf29419c3 |
Headers | show |
Series | lx2160a: Add dhcp in boot_targets | expand |
>-----Original Message----- >From: U-Boot <u-boot-bounces at 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 at nxp.com> >Cc: Meenakshi Aggarwal <meenakshi.aggarwal at 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 at 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 at nxp.com>
>-----Original Message----- >From: U-Boot <u-boot-bounces at 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 at nxp.com> >Cc: Meenakshi Aggarwal <meenakshi.aggarwal at 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 at nxp.com> >--- Rebased to top. Applied to u-boot-fsl-qoriq. Waiting upstream Thanks Priyanka
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 */
Add dhcp in supported boot_targets for lx2160. Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal at nxp.com> --- include/configs/lx2160a_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)