commit | 609ed90acfb74b0d1e9fb431b32cc485dac4f11c | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@pollux.denx.de> | Wed Mar 21 08:45:17 2007 +0100 |
committer | Heiko Schocher <hs@pollux.denx.de> | Wed Mar 21 08:45:17 2007 +0100 |
tree | 4ba9f6b0c706b16cd7900954e1cd44800abb9699 | |
parent | d18cb1be7359cf0ba8884246cb6aba1facd8eef4 [diff] [blame] |
[PATCH] TQM8272: dont change the bits given from the HRCW for the SIUMCR and BCR Register. Fix the calculation for the EEprom Size Signed-off-by: Heiko Schocher <hs@denx.de>
diff --git a/board/tqm8272/tqm8272.c b/board/tqm8272/tqm8272.c index 8257c77..70d1bb8 100644 --- a/board/tqm8272/tqm8272.c +++ b/board/tqm8272/tqm8272.c
@@ -768,7 +768,7 @@ p +=1; p +=1; /* connector */ if (*p != '0') { - hw->eeprom = 0x100 << (*p - 'A'); + hw->eeprom = 0x1000 << (*p - 'A'); } p++;