mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
[homlet:mac] fix a bug that the kernel can't run after the mac address is burn.
This commit is contained in:
@ -129,6 +129,8 @@ static void flash_env_relocate_spec(void)
|
||||
}
|
||||
env_import(buf, 1);
|
||||
|
||||
env_offset = start << 9;
|
||||
printf("env_offset: %u\n", start);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user