From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 28 Dec 2020 08:26:10 -0800 Subject: [PATCH v2 02/18] Makefile: Build SPL dtbs in the spl/ directory In-Reply-To: <20201222193023.v2.2.I8657874fb1b8652db1fa16fe1a255c1fe73487f4@changeid> References: <20201222193023.v2.2.I8657874fb1b8652db1fa16fe1a255c1fe73487f4@changeid> <20201223023030.2023937-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Rather than putting these in the top-level dts/ directory (which is intended for U-Boot proper), put them in the correct subdirectory for SPL (either spl/ or tpl/). This is where other SPL targets are kept, so this is more consistent. Signed-off-by: Simon Glass --- (no changes since v1) dts/Makefile | 9 +++++---- scripts/Makefile.spl | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) Applied to u-boot-dm/next, thanks!