mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
T3Q should not exist
Fix the offset error. Too bad can't undo T3Q's birth.
This commit is contained in:
parent
b64ea8c501
commit
39e3cbadc6
@ -97,7 +97,7 @@ static int bcm47xx_nvram_find_and_copy(void __iomem *flash_start, size_t res_siz
|
||||
if (bcm47xx_nvram_is_valid(flash_start + offset))
|
||||
goto found;
|
||||
|
||||
offset = 8172;
|
||||
offset = 1024;
|
||||
if (bcm47xx_nvram_is_valid(flash_start + offset))
|
||||
goto found;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user