From: Breno Matheus Lima Date: Wed, 10 Oct 2018 01:10:35 +0000 (+0000) Subject: doc: imx: mkimage: reorganize i.MX mkimage documentation X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=5eba73c52b3dd5983f3d0f7eca4a344d55e22719;p=u-boot.git doc: imx: mkimage: reorganize i.MX mkimage documentation The following documents describe the image type used by the mkimage tool to generate U-Boot images for i.MX devices. - README.imximage - README.mxsimage Move all mkimage related document to doc/imx/mkimage for a better directory structure. Signed-off-by: Breno Lima --- diff --git a/doc/imx/README.imximage b/doc/imx/mkimage/README.imximage similarity index 100% rename from doc/imx/README.imximage rename to doc/imx/mkimage/README.imximage diff --git a/doc/imx/README.mxsimage b/doc/imx/mkimage/README.mxsimage similarity index 100% rename from doc/imx/README.mxsimage rename to doc/imx/mkimage/README.mxsimage