diff options
author | Wolfgang Denk <wd@denx.de> | 2007-05-16 00:13:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-05-16 00:13:33 +0200 |
commit | d62f64cc23a940eafe712c776b3249e4160753d1 (patch) | |
tree | 5a415222298a663f17ab5e6e67e3aef39e5d7787 /drivers/systemace.c | |
parent | d6022573746856861f86f4f514dd1c1c14aaec9a (diff) | |
download | u-boot-imx-d62f64cc23a940eafe712c776b3249e4160753d1.zip u-boot-imx-d62f64cc23a940eafe712c776b3249e4160753d1.tar.gz u-boot-imx-d62f64cc23a940eafe712c776b3249e4160753d1.tar.bz2 |
Coding Style Cleanup, new CHANGELOG
Diffstat (limited to 'drivers/systemace.c')
-rw-r--r-- | drivers/systemace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/systemace.c b/drivers/systemace.c index c9fd5f1..7d82c27 100644 --- a/drivers/systemace.c +++ b/drivers/systemace.c @@ -211,7 +211,7 @@ static unsigned long systemace_read(int dev, unsigned long start, /* Write sector count | ReadMemCardData. */ ace_writew((trans & 0xff) | 0x0300, 0x14); -/* +/* * For FPGA configuration via SystemACE is reset unacceptable * CFGDONE bit in STATUSREG is not set to 1. */ |