mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
Merge with /home/m8/git/u-boot
This commit is contained in:
commit
e43232dee8
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
Changes for U-Boot 1.1.4:
|
||||
======================================================================
|
||||
|
||||
* Change port configuration for O2DNT (CODEC1 on PSC1).
|
||||
|
||||
* Fix register for PCI async mode on PPC440EP
|
||||
Patch by Youngchul Bang, 08 Dec 2005
|
||||
|
||||
|
|
|
@ -238,7 +238,7 @@
|
|||
* GPIO configuration
|
||||
*/
|
||||
/*#define CFG_GPS_PORT_CONFIG 0x10002004 */
|
||||
#define CFG_GPS_PORT_CONFIG 0x00002004 /* no CAN */
|
||||
#define CFG_GPS_PORT_CONFIG 0x00002006 /* no CAN */
|
||||
|
||||
/*
|
||||
* Miscellaneous configurable options
|
||||
|
|
Loading…
Reference in a new issue