diff options
author | Tom Rini <trini@ti.com> | 2013-09-09 09:59:30 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-09-09 09:59:30 -0400 |
commit | 985a71d15b8bd9cfbeae1ac1b08a5319abfd246c (patch) | |
tree | cd1e98465bfa7cb8c58324e568ab622e1d126b0d /board | |
parent | 89993dc34afeeca4dad84e3c2db7403c406ccb78 (diff) | |
parent | 9055f66c2dfb637d0f30372a7e79cca854e45bae (diff) | |
download | u-boot-imx-985a71d15b8bd9cfbeae1ac1b08a5319abfd246c.zip u-boot-imx-985a71d15b8bd9cfbeae1ac1b08a5319abfd246c.tar.gz u-boot-imx-985a71d15b8bd9cfbeae1ac1b08a5319abfd246c.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'board')
-rw-r--r-- | board/lwmon5/lwmon5.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/lwmon5/lwmon5.c b/board/lwmon5/lwmon5.c index 4e4a594..e9aa0b7 100644 --- a/board/lwmon5/lwmon5.c +++ b/board/lwmon5/lwmon5.c @@ -527,6 +527,9 @@ void spl_board_init(void) */ board_early_init_f(); + /* enable the LSB transmitter */ + gpio_write_bit(CONFIG_SYS_GPIO_LSB_ENABLE, 1); + /* * Clear resets */ |