summaryrefslogtreecommitdiffstats
path: root/board/tqm8272/tqm8272.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/tqm8272/tqm8272.c')
-rw-r--r--board/tqm8272/tqm8272.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqm8272/tqm8272.c b/board/tqm8272/tqm8272.c
index 8257c77502..70d1bb889f 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++;
OpenPOWER on IntegriCloud