commit | 0d5a1bf4628eb9daf9a53ffc0bd37b9ad5c6b3df | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Fri Jul 14 08:53:20 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sun Jul 23 09:24:47 2017 -0400 |
tree | bcf640ca33d2e0c01bac5c0bc4feaa2221444a63 | |
parent | 224ebcda7d5265822f9ab9a6229e658d3a61da6a [diff] |
arm: omap3: Detect boot mode very early Fixes 4bd754d8abef ("arm: omap: Detect boot mode very early") where the intent was to store the boot params information in a known location and pass it to SPL very early. Unfortunately it didn't account for OMAP3 boards. This patch adds adds this functionality back into OMAP3 boards. Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Adam Ford <aford173@gmail.com>