mbox

[U-Boot] Zynq serial - pull request

Message ID 529C639A.1070803@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-microblaze.git serial

Message

Michal Simek Dec. 2, 2013, 10:40 a.m. UTC
Hi Tom,

this is one pending patch which is around for a while and hasn't been merged yet.
Please add it to your tree.

Thanks,
Michal

The following changes since commit d19ad726bcd5d9106f7ba9c750462fcc369f1020:

  Prepare v2014.01-rc1 (2013-11-25 16:49:32 -0500)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git serial

for you to fetch changes up to 2785a4ae76330dab5e792d52fc9c449ac3d1072e:

  serial: zynq: Remove unused #defines (2013-12-02 11:36:36 +0100)

----------------------------------------------------------------
Soren Brinkmann (1):
      serial: zynq: Remove unused #defines

 drivers/serial/serial_zynq.c | 4 ----
 1 file changed, 4 deletions(-)

Comments

Tom Rini Dec. 2, 2013, 4:12 p.m. UTC | #1
On Mon, Dec 02, 2013 at 11:40:26AM +0100, Michal Simek wrote:

> Hi Tom,
> 
> this is one pending patch which is around for a while and hasn't been merged yet.
> Please add it to your tree.
> 
> Thanks,
> Michal
> 
> The following changes since commit d19ad726bcd5d9106f7ba9c750462fcc369f1020:
> 
>   Prepare v2014.01-rc1 (2013-11-25 16:49:32 -0500)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git serial
> 
> for you to fetch changes up to 2785a4ae76330dab5e792d52fc9c449ac3d1072e:
> 
>   serial: zynq: Remove unused #defines (2013-12-02 11:36:36 +0100)
> 
> ----------------------------------------------------------------
> Soren Brinkmann (1):
>       serial: zynq: Remove unused #defines
> 
>  drivers/serial/serial_zynq.c | 4 ----
>  1 file changed, 4 deletions(-)

Applied to u-boot/master, thanks!