summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/ads5121/README2
-rw-r--r--board/freescale/common/sys_eeprom.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/board/ads5121/README b/board/ads5121/README
index f2d1df3c9f..defcd6b469 100644
--- a/board/ads5121/README
+++ b/board/ads5121/README
@@ -5,5 +5,3 @@ ability and set the correct frequency and memory configuration.
To configure for the older Rev 2 ADS5121 type (this will not have PCI)
make ads5121_rev2_config
-
-
diff --git a/board/freescale/common/sys_eeprom.c b/board/freescale/common/sys_eeprom.c
index d8631eb209..e53ead04fd 100644
--- a/board/freescale/common/sys_eeprom.c
+++ b/board/freescale/common/sys_eeprom.c
@@ -465,6 +465,4 @@ unsigned int get_cpu_board_revision(void)
return MPC85XX_CPU_BOARD_REV(e.major, e.minor);
}
-
#endif
-