From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Thu, 8 Jun 2017 20:02:04 -0400 Subject: [U-Boot] [PATCH v2 03/28] arm: arm720t: Support CONFIG_SKIP_LOWLEVEL_INIT_ONLY In-Reply-To: <20170531235737.11676-4-sjg@chromium.org> References: <20170531235737.11676-1-sjg@chromium.org> <20170531235737.11676-4-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 This option allows skipping the call to lowlevel() while still performing CP15 init. Support this on ARM720T so it can be used with Tegra. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/cpu/arm720t/start.S | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Applied to u-boot-dm, thanks!