summaryrefslogtreecommitdiffstats
path: root/board/xes/common
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-10-27 22:48:30 +0200
committerWolfgang Denk <wd@denx.de>2010-10-27 22:48:30 +0200
commit071bc923308832bbc541a887fece767d79a6dc7a (patch)
tree8cadd6c50f93c6e3e7c406813bb94f30e4c0b080 /board/xes/common
parent57ff9f2421244db4f27649d1e13393d2b85f224d (diff)
downloadblackbird-obmc-uboot-071bc923308832bbc541a887fece767d79a6dc7a.tar.gz
blackbird-obmc-uboot-071bc923308832bbc541a887fece767d79a6dc7a.zip
Coding Style cleanup
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/xes/common')
-rw-r--r--board/xes/common/fsl_8xxx_misc.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/board/xes/common/fsl_8xxx_misc.c b/board/xes/common/fsl_8xxx_misc.c
index b7fa6950b0..36e9146654 100644
--- a/board/xes/common/fsl_8xxx_misc.c
+++ b/board/xes/common/fsl_8xxx_misc.c
@@ -52,11 +52,9 @@ uint get_board_derivative(void)
#endif
/*
- * The top 4 lines of the local bus address are pulled low/high and
- * can be read to determine the least significant digit of a board's
- * model number.
- */
+ * The top 4 lines of the local bus address are pulled low/high and
+ * can be read to determine the least significant digit of a board's
+ * model number.
+ */
return gur->gpporcr >> 28;
}
-
-
OpenPOWER on IntegriCloud