From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregoire Gentil Date: Tue, 30 Sep 2014 10:26:08 -0700 Subject: [U-Boot] Boot reason in SPL for OMAP4 Message-ID: <542AE7B0.6000300@gentil.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, In TI x-loader, the boot reason is copied to a scratchpad 0x4A326000 as shown here: https://gitorious.org/x-loader/x-loader/source/HEAD:cpu/omap4/start.S#L102 How can I access the boot reason in u-boot or in the SPL? Gr?goire