android: modify the fdt_addr
The env fdt_addr must be set as hex. Change-Id: I75ffeb832a4b44dcadafdcfecfc6bb282e495b83 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
This commit is contained in:
parent
996b899fff
commit
b7570de26c
|
|
@ -451,7 +451,7 @@ int android_bootloader_boot_flow(struct blk_desc *dev_desc,
|
|||
#else
|
||||
ret = android_image_get_fdt((void *)load_address, &fdt_addr);
|
||||
if (!ret)
|
||||
env_set_ulong("fdt_addr", fdt_addr);
|
||||
env_set_hex("fdt_addr", fdt_addr);
|
||||
#endif
|
||||
android_bootloader_boot_kernel(load_address);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue