commit | ca23da15ccf3511fd7b39dc3768c302266f42e98 | [log] [tgz] |
---|---|---|
author | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jun 27 13:50:56 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 10 14:26:04 2017 -0400 |
tree | 28107b5d5705d25984e289664168e4c55dad9c34 | |
parent | f5b3842e00b97123ac311e56072931bded021327 [diff] |
arm: omap: Detect boot mode very early ROM stores the boot params information in a known location and passes it to SPL. This information needs to be copied very early during boot or else there is a chance of getting corrupted by SPL. So move this boot device detection very early during boot. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>