summaryrefslogtreecommitdiff
path: root/board/dave
diff options
context:
space:
mode:
authorWilliam Juul <william.juul@datarespons.no>2007-11-08 09:39:53 (GMT)
committerScott Wood <scottwood@freescale.com>2008-08-12 16:31:16 (GMT)
commit4cbb651b29cb64d378a06729970e1e153bb605b1 (patch)
tree8678f42ab0df1ae3c433a4d062310476e5163940 /board/dave
parentcfa460adfdefcc30d104e1a9ee44994ee349bb7b (diff)
downloadu-boot-fsl-qoriq-4cbb651b29cb64d378a06729970e1e153bb605b1.tar.xz
Remove white space at end.
Signed-off-by: William Juul <william.juul@tandberg.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'board/dave')
-rw-r--r--board/dave/PPChameleonEVB/nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dave/PPChameleonEVB/nand.c b/board/dave/PPChameleonEVB/nand.c
index 4bc4257..ea6400c 100644
--- a/board/dave/PPChameleonEVB/nand.c
+++ b/board/dave/PPChameleonEVB/nand.c
@@ -52,7 +52,7 @@ static void ppchameleonevb_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int
}
if (cmd != NAND_CMD_NONE)
- writeb(cmd, this->IO_ADDR_W);
+ writeb(cmd, this->IO_ADDR_W);
}