diff options
author | Wolfgang Denk <wd@denx.de> | 2007-03-21 10:23:56 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-03-21 10:23:56 +0100 |
commit | aea17f99278818caa327ad0e511b48d1761fb10c (patch) | |
tree | c58d82c938f25507b6fc0f56de9f6a91dd2ddc2e /board/tqm8272/tqm8272.c | |
parent | 389b6bb50f745bf5038ce030300d8a8512e96f79 (diff) | |
parent | 07e82cb2e284a893df6693f2a1337ab2c47bf6a1 (diff) | |
download | u-boot-imx-aea17f99278818caa327ad0e511b48d1761fb10c.zip u-boot-imx-aea17f99278818caa327ad0e511b48d1761fb10c.tar.gz u-boot-imx-aea17f99278818caa327ad0e511b48d1761fb10c.tar.bz2 |
Merge with /home/hs/TQ/u-boot
Diffstat (limited to 'board/tqm8272/tqm8272.c')
-rw-r--r-- | board/tqm8272/tqm8272.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ int analyse_hwib (void) p +=1; p +=1; /* connector */ if (*p != '0') { - hw->eeprom = 0x100 << (*p - 'A'); + hw->eeprom = 0x1000 << (*p - 'A'); } p++; |