]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: omap3: Detect boot mode very early
authorAdam Ford <aford173@gmail.com>
Fri, 14 Jul 2017 13:53:20 +0000 (08:53 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 23 Jul 2017 13:24:47 +0000 (09:24 -0400)
commitc3bec5478f604c88191bd29309abe47df0be53cb
treebcf640ca33d2e0c01bac5c0bc4feaa2221444a63
parent72281c5c468a6d18c4433c4cf0bc20b5749f74f1
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>
arch/arm/mach-omap2/omap3/board.c