diff options
author | Stefan Bigler <stefan.bigler@keymile.com> | 2012-05-04 10:55:55 +0200 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2012-06-15 17:12:40 -0500 |
commit | 5758dd7633aead9ee4d0f453cef51f2acd3df3dc (patch) | |
tree | aa5a7294f1f523a3a41c369203d4046d7780f048 /board/keymile/km83xx | |
parent | 31dd8988e23955488f7bb8a6ed219ba21adf66bd (diff) | |
download | u-boot-imx-5758dd7633aead9ee4d0f453cef51f2acd3df3dc.zip u-boot-imx-5758dd7633aead9ee4d0f453cef51f2acd3df3dc.tar.gz u-boot-imx-5758dd7633aead9ee4d0f453cef51f2acd3df3dc.tar.bz2 |
powerpc/83xx/km: added missing enable of application buffer
Enabled application buffers in uboot to allow application chipselect
access in uboot.
Signed-off-by: Stefan Bigler <stefan.bigler@keymile.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'board/keymile/km83xx')
-rw-r--r-- | board/keymile/km83xx/km83xx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/keymile/km83xx/km83xx.c b/board/keymile/km83xx/km83xx.c index 1043ccd..a889750 100644 --- a/board/keymile/km83xx/km83xx.c +++ b/board/keymile/km83xx/km83xx.c @@ -173,6 +173,8 @@ int board_early_init_r(void) setbits_8(&base->pgy_eth, 0x01); /* enable the Unit LED (green) */ setbits_8(&base->oprth, WRL_BOOT); + /* enable Application Buffer */ + setbits_8(&base->oprtl, OPRTL_XBUFENA); #if defined(CONFIG_SUVD3) /* configure UPMA for APP1 */ |