| Submitter | Tom Rini |
|---|---|
| Date | Jan. 11, 2013, 12:59 a.m. |
| Message ID | <20130111005945.GA27438@bill-the-cat> |
| Download | mbox |
| Permalink | /patch/211180/ |
| State | Accepted |
| Delegated to: | Albert ARIBAUD |
| Headers | show |
Pull-request
git://git.denx.de/u-boot-ti.git masterComments
Hi Tom, On Thu, 10 Jan 2013 17:59:45 -0700, Tom Rini <trini@ti.com> wrote: > Hello, > > The following changes since commit 612404c28a64a6df300642a1550a65dcc8e01f82: > > Merge 'u-boot-atmel/master' into 'u-boot-arm/master' (2013-01-09 20:01:48 +0100) > > are available in the git repository at: > > > git://git.denx.de/u-boot-ti.git master > > for you to fetch changes up to 039cbaefcf57338cc9b6a3c656db64e7907838db: > > OMAP3: igep00x0: add CONFIG_SYS_NS16550_BROKEN_TEMT (2013-01-10 15:09:24 -0700) > > ---------------------------------------------------------------- > Javier Martinez Canillas (3): > OMAP3: igep00x0: add CONFIG_SPL_BOARD_INIT for CONFIG_SPL_NAND_SUPPORT > serial/ns16550: add an option to avoid hanging on broken platforms > OMAP3: igep00x0: add CONFIG_SYS_NS16550_BROKEN_TEMT > > Nishanth Menon (1): > Makefile: remove MLO.byteswap on clobber > > Makefile | 2 +- > README | 8 ++++++++ > drivers/serial/ns16550.c | 2 ++ > include/configs/igep00x0.h | 4 ++++ > 4 files changed, 15 insertions(+), 1 deletion(-) > > These are all small but important fixes that either localized to a set > of machines (IGEP devices) or fixing the 'clean' rules. I've put this > through the build cycle I normally do on master and nothing unexpected > shows up (but not everything builds as u-boot-arm is behind master). > Applied to u-boot-arm/master, thanks! Amicalement,
Hello, The following changes since commit 612404c28a64a6df300642a1550a65dcc8e01f82: Merge 'u-boot-atmel/master' into 'u-boot-arm/master' (2013-01-09 20:01:48 +0100) are available in the git repository at: git://git.denx.de/u-boot-ti.git master for you to fetch changes up to 039cbaefcf57338cc9b6a3c656db64e7907838db: OMAP3: igep00x0: add CONFIG_SYS_NS16550_BROKEN_TEMT (2013-01-10 15:09:24 -0700) ---------------------------------------------------------------- Javier Martinez Canillas (3): OMAP3: igep00x0: add CONFIG_SPL_BOARD_INIT for CONFIG_SPL_NAND_SUPPORT serial/ns16550: add an option to avoid hanging on broken platforms OMAP3: igep00x0: add CONFIG_SYS_NS16550_BROKEN_TEMT Nishanth Menon (1): Makefile: remove MLO.byteswap on clobber Makefile | 2 +- README | 8 ++++++++ drivers/serial/ns16550.c | 2 ++ include/configs/igep00x0.h | 4 ++++ 4 files changed, 15 insertions(+), 1 deletion(-) These are all small but important fixes that either localized to a set of machines (IGEP devices) or fixing the 'clean' rules. I've put this through the build cycle I normally do on master and nothing unexpected shows up (but not everything builds as u-boot-arm is behind master).