diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-23 22:23:23 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-23 22:23:23 +0200 |
commit | 28958b8bea4c66629c5a22fd3c8b0d49df90383d (patch) | |
tree | f08a1dd5900656d90ef5af09843539d4956849b8 /board/phytec | |
parent | 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6 (diff) |
Coding Style cleanup; update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/phytec')
-rw-r--r-- | board/phytec/pcm030/pcm030.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/phytec/pcm030/pcm030.c b/board/phytec/pcm030/pcm030.c index 6a938743d22..416d3070b59 100644 --- a/board/phytec/pcm030/pcm030.c +++ b/board/phytec/pcm030/pcm030.c @@ -217,4 +217,3 @@ void ide_set_reset(int idereset) setbits_be32(&wu_gpio->dvo, GPIO_PSC2_4); } #endif /* defined(CONFIG_CMD_IDE) && defined(CONFIG_IDE_RESET) */ - |