mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 08:31:03 +00:00
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>
This commit is contained in:
parent
a4bfc4cc46
commit
b1e1a42bb1
1 changed files with 2 additions and 1 deletions
|
@ -418,7 +418,8 @@
|
||||||
| SICRH_ETSEC2_G \
|
| SICRH_ETSEC2_G \
|
||||||
| SICRH_TSOBI1 \
|
| SICRH_TSOBI1 \
|
||||||
| SICRH_TSOBI2 )
|
| SICRH_TSOBI2 )
|
||||||
#define CONFIG_SYS_SICRL (SICRL_USBDR \
|
#define CONFIG_SYS_SICRL ( SICRL_LBC \
|
||||||
|
| SICRL_USBDR \
|
||||||
| SICRL_ETSEC2_A )
|
| SICRL_ETSEC2_A )
|
||||||
|
|
||||||
#define CONFIG_SYS_HID0_INIT 0x000000000
|
#define CONFIG_SYS_HID0_INIT 0x000000000
|
||||||
|
|
Loading…
Reference in a new issue