mbox

[U-Boot] Please pull u-boot-dm

Message ID CAPnjgZ3eRKXH2E+a46SMSBeRMEw7qHE0A-ZtTvxS4bW588VN+g@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-dm.git

Message

Simon Glass Aug. 10, 2015, 1:42 p.m. UTC
Hi Tom,

Just one patch but it has been hanging around for a while so let's get it in.


The following changes since commit bd48c0617b5c7212e5bf22169e716da878842da4:

  arm: socfpga: misc: Add support for printing FPGA type (2015-08-08
14:14:30 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-dm.git

for you to fetch changes up to 8c4585881de51e8c9a8b2207bb2fab1cd83728b8:

  dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no
serial port (2015-08-10 07:01:28 -0600)

----------------------------------------------------------------
Hans de Goede (1):
      dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with
no serial port

 drivers/serial/Kconfig         | 11 +++++++++++
 drivers/serial/serial-uclass.c | 20 +++++++++++++++++---
 2 files changed, 28 insertions(+), 3 deletions(-)

Regards,
Simon

Comments

Tom Rini Aug. 11, 2015, 12:33 a.m. UTC | #1
On Mon, Aug 10, 2015 at 07:42:02AM -0600, Simon Glass wrote:

> Hi Tom,
> 
> Just one patch but it has been hanging around for a while so let's get it in.
> 
> 
> The following changes since commit bd48c0617b5c7212e5bf22169e716da878842da4:
> 
>   arm: socfpga: misc: Add support for printing FPGA type (2015-08-08
> 14:14:30 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dm.git
> 
> for you to fetch changes up to 8c4585881de51e8c9a8b2207bb2fab1cd83728b8:
> 
>   dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no
> serial port (2015-08-10 07:01:28 -0600)
> 

Applied to u-boot/master, thanks!