summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorRon Madrid <ron_madrid@sbcglobal.net>2010-05-14 16:27:48 -0700
committerKim Phillips <kim.phillips@freescale.com>2010-05-17 14:44:25 -0500
commitb1e1a42bb1ea2f0ddaaea7f4c9d67c98ab38709e (patch)
treef93b712d3c4e48e3009df3bd998ca7a2c97cf36f /include/configs
parenta4bfc4cc466473b97c7fe84bdf261b2935887e3f (diff)
downloadblackbird-obmc-uboot-b1e1a42bb1ea2f0ddaaea7f4c9d67c98ab38709e.tar.gz
blackbird-obmc-uboot-b1e1a42bb1ea2f0ddaaea7f4c9d67c98ab38709e.zip
Fix SICRL setting in SIMPC8313
This patch sets the SICRL_LBC bits in SICRL to change the function of the associated pins to GPIO functionality. Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/SIMPC8313.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/SIMPC8313.h b/include/configs/SIMPC8313.h
index 1a17323a51..9104f1ad36 100644
--- a/include/configs/SIMPC8313.h
+++ b/include/configs/SIMPC8313.h
@@ -418,7 +418,8 @@
| SICRH_ETSEC2_G \
| SICRH_TSOBI1 \
| SICRH_TSOBI2 )
-#define CONFIG_SYS_SICRL (SICRL_USBDR \
+#define CONFIG_SYS_SICRL ( SICRL_LBC \
+ | SICRL_USBDR \
| SICRL_ETSEC2_A )
#define CONFIG_SYS_HID0_INIT 0x000000000
OpenPOWER on IntegriCloud