mbox

[U-Boot] Pull request: u-boot-net.git master

Message ID CANr=Z=bTmUmtXTC2NiRfom2bXy6B0ryPc6koZ0BAM92Dbegtkw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-net.git master

Message

Joe Hershberger Feb. 26, 2016, 7:42 p.m. UTC
The following changes since commit 24862c640ea50ac88be343161eb681bea5dbfeef:

  test/py: skip tests that require large CONFIG_SYS_MAXARGS
(2016-02-26 08:42:12 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-net.git master

for you to fetch changes up to 50768f5b06e7704cf2bc209f89e250130c3fff5b:

  net: bootp: Add environment variable for timeout period (2016-02-26
13:37:38 -0600)

----------------------------------------------------------------
Alexandre Messier (1):
      net: bootp: Add environment variable for timeout period

Alison Wang (1):
      net: phy: atheros: Fix problem with phy_reset() clearing BMCR

 README                    |  6 ++++++
 drivers/net/phy/atheros.c |  3 +++
 net/bootp.c               | 11 ++++++++++-
 3 files changed, 19 insertions(+), 1 deletion(-)

Comments

Tom Rini Feb. 28, 2016, 1:19 a.m. UTC | #1
On Fri, Feb 26, 2016 at 01:42:14PM -0600, Joe Hershberger wrote:

> The following changes since commit 24862c640ea50ac88be343161eb681bea5dbfeef:
> 
>   test/py: skip tests that require large CONFIG_SYS_MAXARGS
> (2016-02-26 08:42:12 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-net.git master
> 
> for you to fetch changes up to 50768f5b06e7704cf2bc209f89e250130c3fff5b:
> 
>   net: bootp: Add environment variable for timeout period (2016-02-26
> 13:37:38 -0600)
> 

Applied to u-boot/master, thanks!