commit | 5c43acbc7c26842cb7062286dfae492695910ba1 | [log] [tgz] |
---|---|---|
author | Heiko Stübner <heiko@sntech.de> | Sat Feb 18 19:46:26 2017 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Mar 16 16:03:44 2017 -0600 |
tree | b5693f1f7110f937a66e91cfaa9e632e013dce18 | |
parent | 355a8808d9133ca2fd5adec5bebf4a5686104af5 [diff] |
rockchip: Move bootrom-related declarations to a header So far spl-boards have declared the back_to_brom() function as simple extern in the files themself. That doesn't scale well if every boards defines this on its own. Therefore move the declarations to a bootrom header. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Tested-by: Kever Yang <kever.yang@rock-chips.com>