diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/ads5121/README | 2 | ||||
-rw-r--r-- | board/freescale/common/sys_eeprom.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/board/ads5121/README b/board/ads5121/README index f2d1df3c9f6..defcd6b469a 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 d8631eb209e..e53ead04fdf 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 - |