[homlet:mac] fix a bug that the kernel can't run after the mac address is burn.

This commit is contained in:
Gary.Wang
2012-12-12 17:29:36 +08:00
parent 15930f6094
commit 50d298db50

View File

@ -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
}