diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2007-01-19 23:08:39 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-01-19 23:08:39 +0100 |
commit | a4012396645533aef218354eeba754dff0deace8 (patch) | |
tree | 1270733d6e22e2888347a9413b8ba31a8a960d88 /board/amcc/taishan/taishan.c | |
parent | 2ed5594649821a674a2ee256f9d49f9e97ba474d (diff) | |
download | u-boot-imx-a4012396645533aef218354eeba754dff0deace8.zip u-boot-imx-a4012396645533aef218354eeba754dff0deace8.tar.gz u-boot-imx-a4012396645533aef218354eeba754dff0deace8.tar.bz2 |
Minor code cleanup.
Diffstat (limited to 'board/amcc/taishan/taishan.c')
-rw-r--r-- | board/amcc/taishan/taishan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/taishan/taishan.c b/board/amcc/taishan/taishan.c index 7e02371..1a2e53b 100644 --- a/board/amcc/taishan/taishan.c +++ b/board/amcc/taishan/taishan.c @@ -164,7 +164,7 @@ int board_early_init_f (void) *GpioOdr &= ~(0x00300000); *GpioTcr |= 0x00300000; - *GpioOr |= 0x00300000; + *GpioOr |= 0x00300000; return 0; } |