diff options
author | Scott Wood <scottwood@freescale.com> | 2010-07-12 18:17:40 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2010-07-12 18:17:40 -0500 |
commit | 53504a278900939e197d8c35164c27ffee861691 (patch) | |
tree | 1a74f10e2e65f279668b7db8ea064d2c425e9a7c /board/mbx8xx | |
parent | c9f7351b5bb70d292f6b0baaf0e21366e0b0b163 (diff) | |
download | u-boot-imx-53504a278900939e197d8c35164c27ffee861691.zip u-boot-imx-53504a278900939e197d8c35164c27ffee861691.tar.gz u-boot-imx-53504a278900939e197d8c35164c27ffee861691.tar.bz2 |
NAND: formatting cleanups from env.oob support
Change if (ok) {
bunch of stuff
} else {
error
}
to
if (error) {
get out
}
proceed with bunch of stuff
Plus a few whitespace cleanups.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'board/mbx8xx')
0 files changed, 0 insertions, 0 deletions