diff options
author | Stefan Roese <sr@denx.de> | 2006-10-12 19:43:29 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2006-10-12 20:09:27 +0200 |
commit | e0a46554c3459dc7cabf149c135e79e8df70ae14 (patch) | |
tree | 5d4c602315da528087450b2a188a460aff7ea0ad /CHANGELOG | |
parent | 87621bc24789e024c62a8a12bebd592943cdfb02 (diff) | |
download | u-boot-imx-e0a46554c3459dc7cabf149c135e79e8df70ae14.zip u-boot-imx-e0a46554c3459dc7cabf149c135e79e8df70ae14.tar.gz u-boot-imx-e0a46554c3459dc7cabf149c135e79e8df70ae14.tar.bz2 |
* PPC405EP: Add CFG_GPIO0_OR, CFG_GPIO0_ODR to setup GPIO completely.
- Add configuration of Open Drain GPIO Output selection
- Add configuration of initial value of GPIO output pins
Patch by Tolunay Orkun, 07 Apr 2006
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ Changes since U-Boot 1.1.4: ====================================================================== +* PPC405EP: Add CFG_GPIO0_OR, CFG_GPIO0_ODR to setup GPIO completely. + - Add configuration of Open Drain GPIO Output selection + - Add configuration of initial value of GPIO output pins + Patch by Tolunay Orkun, 07 Apr 2006 + * Fix spelling; minor code cleanup. * Fix JFFS2 compilation problem |