Hi Daniel, > -----Original Message----- > Subject: [PATCH v2 2/2] fdt: make fdt handling reusable across arch > > This refactors reusable code from Arm's bootfdt.c and device-tree.h that is > general fdt handling code. The Kconfig parameter CORE_DEVICE_TREE is > introduced for when the ability of parsing DTB files is needed by a capability > such as hyperlaunch. > > Signed-off-by: Daniel P. Smith <dpsm...@apertussolutions.com>
As said yesterday, I tested this patch and can confirm this patch will not break any of the boards we used for our testing. So Tested-by: Henry Wang <henry.w...@arm.com> (But I saw there are some comments from Michal and Luca about this patch so I think these comments need to be addressed) Kind regards, Henry