commit | a68ca9e71eff010bd47781e7edc257855f1c959f | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Fri Sep 15 12:57:33 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 11:27:40 2017 -0400 |
tree | 0d56fd2a6e888bd7509c3459d65a8a3400945ae9 | |
parent | a2fee160335ab0b195bd883036823963c35650ed [diff] |
omap: detect board before spl_early_init() In order to be able to select the right DTB, we need to have identified the board before spl_early_init() is called. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>