From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 25 Jan 2016 14:08:21 -0700 Subject: [U-Boot] [PATCH 1/7] tegra: Drop generation of -nodtb file with OF_CONTROL In-Reply-To: <1453753831-26411-2-git-send-email-sjg@chromium.org> References: <1453753831-26411-1-git-send-email-sjg@chromium.org> <1453753831-26411-2-git-send-email-sjg@chromium.org> Message-ID: <56A68EC5.6000506@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/25/2016 01:30 PM, Simon Glass wrote: > It seems clear that the intent is to generate u-boot-nodtb-tegra.bin only > when OF_CONTROL is not set. But due to the way the rules are set up, this > file is always generated. Fix this. Nak, this file is used by our flashing tools, so needs to be kept around. (As background, we take the separate u-boot-nodtb-tegra.bin and u-boot.dtb, modify u-boot.dtb to inject some changes to the environment such as over-writing bootcmd with flashing instructions etc., and then blend the two back together for download into RAM and subsequent execution).