Message ID | 20200310033105.39184-1-andy.tang@nxp.com |
---|---|
State | Accepted |
Commit | 81d9e55097ee8c495a74ae3d2ffa7f182e2e1ef8 |
Headers | show |
Series | armv8: ls1028a: add dhcp boot target device | expand |
>-----Original Message----- >From: U-Boot <u-boot-bounces at lists.denx.de> On Behalf Of >andy.tang at nxp.com >Sent: Tuesday, March 10, 2020 9:01 AM >To: Priyanka Jain <priyanka.jain at nxp.com> >Cc: Sudhanshu Gupta <sudhanshu.gupta at nxp.com>; u-boot at lists.denx.de; >Andy Tang <andy.tang at nxp.com> >Subject: [PATCH] armv8: ls1028a: add dhcp boot target device > >From: Yuantian Tang <andy.tang at nxp.com> > >Add DHCP boot target device to enable command bootcmd_dhcp. > >Signed-off-by: Yuantian Tang <andy.tang at nxp.com> >--- > include/configs/ls1028a_common.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/include/configs/ls1028a_common.h >b/include/configs/ls1028a_common.h >index 98320e22e9..94ba08acb4 100644 >--- a/include/configs/ls1028a_common.h >+++ b/include/configs/ls1028a_common.h >@@ -70,7 +70,8 @@ > #define BOOT_TARGET_DEVICES(func) \ > func(MMC, mmc, 0) \ > func(MMC, mmc, 1) \ >- func(USB, usb, 0) >+ func(USB, usb, 0) \ >+ func(DHCP, dhcp, na) > #include <config_distro_bootcmd.h> > > /* Initial environment variables */ >-- >2.17.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 >andy.tang at nxp.com >Sent: Tuesday, March 10, 2020 9:01 AM >To: Priyanka Jain <priyanka.jain at nxp.com> >Cc: Sudhanshu Gupta <sudhanshu.gupta at nxp.com>; u-boot at lists.denx.de; >Andy Tang <andy.tang at nxp.com> >Subject: [PATCH] armv8: ls1028a: add dhcp boot target device > >From: Yuantian Tang <andy.tang at nxp.com> > >Add DHCP boot target device to enable command bootcmd_dhcp. > >Signed-off-by: Yuantian Tang <andy.tang at nxp.com> >--- Applied to u-boot-fsl-qoriq. Waiting upstream Thanks Priyanka
diff --git a/include/configs/ls1028a_common.h b/include/configs/ls1028a_common.h index 98320e22e9..94ba08acb4 100644 --- a/include/configs/ls1028a_common.h +++ b/include/configs/ls1028a_common.h @@ -70,7 +70,8 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \ func(MMC, mmc, 1) \ - func(USB, usb, 0) + func(USB, usb, 0) \ + func(DHCP, dhcp, na) #include <config_distro_bootcmd.h> /* Initial environment variables */