summaryrefslogtreecommitdiffstats
path: root/board/xes/common/fsl_8xxx_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/xes/common/fsl_8xxx_misc.c')
-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