commit | cee7470cd8a386802e38c6bde8ce62fbc8218a86 | [log] [tgz] |
---|---|---|
author | Kever Yang <kever.yang@rock-chips.com> | Tue Oct 10 16:21:02 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Tue Nov 21 23:57:21 2017 +0100 |
tree | 369b647f007a1774917d9da8aaad828bb3b97c41 | |
parent | ef70a42f0ffc6b43f719810c4e3861c55c2eefbc [diff] |
rockchip: boot0: align to 0x20 for armv7 '_start' The '_start' is using as vector table base address, and will write to VBAR register, so it needs to be aligned to 0x20 for armv7. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> [Updated to current code base:] Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>