From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 1 Feb 2016 15:54:52 -0700 Subject: [U-Boot] [PATCH v3 6/7] Makefile: Make u-boot.img the same as u-boot-dtb.img In-Reply-To: <1454289055-17054-7-git-send-email-sjg@chromium.org> References: <1454289055-17054-1-git-send-email-sjg@chromium.org> <1454289055-17054-7-git-send-email-sjg@chromium.org> Message-ID: <56AFE23C.5020707@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/31/2016 06:10 PM, Simon Glass wrote: > Create u-boot.img even when OF_CONTROL is enabled, so that this file can be > used in both cases. Here also I wonder if it would be better to copy either u-boot-dtb.img or u-boot-nodtb.img to u-boot.img, to avoid running mkimage again?