> Subject: [PATCH v2] tools: imx8image: Fix the value passed to dcd_skip > of build_container() > > From: Alice Guo <[email protected]> > > The value passed to dcd_skip of build_container() should be obtained > by parsing .cfg file, and should not be fixed to false. For i.MX8QXP, dcd > data needs to be skipped, in which case dcd_skip should be true. > > Fixes: 5f28a6599f01("tools: imx8image: add i.MX95 support") >
Reviewed-by: Peng Fan <[email protected]>

