FDT_DTB_STATIC and LINUX_BOOT_ABI
Mori Hiroki
yamori813 at yahoo.co.jp
Mon Nov 28 14:36:17 UTC 2016
Hi.
I have problem at u-boot arm module.
I found double size memory.
Because of u-boot parameter have ATAG_MEM and dts have memory entory.
It's doble count.
I think check FDT_DTB_STATIC at linux_parse_boot_param() is good.
#if !defined(FDT_DTB_STATIC)
case ATAG_MEM:
arm_physmem_hardware_region(walker->u.tag_mem.start,
walker->u.tag_mem.size);
break;
#endif
How about this?
Regards
Hiroki Mori
More information about the freebsd-arm
mailing list