diff options
author | Wolfgang Denk <wd@denx.de> | 2008-07-15 22:22:44 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-15 22:22:44 +0200 |
commit | 699f05125509249072a0b865c8d35520d97cd501 (patch) | |
tree | 8d81f7f2f99c96196c5b5881beb45ed81a0909aa /board | |
parent | bcab74baa6b1b1c969038ab6f64a186239180405 (diff) | |
download | u-boot-699f05125509249072a0b865c8d35520d97cd501.zip u-boot-699f05125509249072a0b865c8d35520d97cd501.tar.gz u-boot-699f05125509249072a0b865c8d35520d97cd501.tar.bz2 |
Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefilev1.3.4-rc1
Signed-off-by: Wolfgang Denk <wd@denx.de>
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 f2d1df3..defcd6b 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 d8631eb..e53ead0 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 - |