]> git.baikalelectronics.ru Git - uboot.git/commit
spl: reorder the assignment of board info to global data
authorLokesh Vutla <lokeshvutla@ti.com>
Tue, 18 Apr 2017 11:57:23 +0000 (17:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 12 May 2017 02:03:41 +0000 (22:03 -0400)
commit6f39dab98665c3fc2cbb5c062744f39e2ebf3f11
tree3c51c93b02226569f3a2dc5694d28e86fcd1369b
parentb82c00a27abfd4e0528ead80f578dcc2fb840a4e
spl: reorder the assignment of board info to global data

Move the assignment of board info to global data a bit early which is
safe,
so that ram details can be used to enable caches.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Ravi Babu <ravibabu@ti.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/spl/spl.c