From 5758dd7633aead9ee4d0f453cef51f2acd3df3dc Mon Sep 17 00:00:00 2001 From: Stefan Bigler Date: Fri, 4 May 2012 10:55:55 +0200 Subject: 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 Signed-off-by: Kim Phillips --- board/keymile/common/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/keymile/common/common.h') diff --git a/board/keymile/common/common.h b/board/keymile/common/common.h index 6c1f6400c2..db117c77c0 100644 --- a/board/keymile/common/common.h +++ b/board/keymile/common/common.h @@ -16,6 +16,8 @@ #define WRG_LED 0x02 #define WRL_BOOT 0x01 +#define OPRTL_XBUFENA 0x20 + #define H_OPORTS_SCC4_ENA 0x10 #define H_OPORTS_SCC4_FD_ENA 0x04 #define H_OPORTS_FCC1_PW_DWN 0x01 -- cgit v1.2.1