commit | db2eb23bd2f2d4027ef8230050d02f4164f303bf | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Feb 06 06:08:05 2020 -0800 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Sat Feb 08 10:01:24 2020 +0200 |
tree | 1dd6bdf98f20b7dfa16008596c999b7a62644b94 | |
parent | d93fd37ef675eb15693b7e94a66f8be789eda892 [diff] |
boards: up_squared_adsp: provide start address for bootloader Commit 9987c2e2f99b279a9949ac2419f24f6162ac2e0a spills SoC configs into architecture files which is less desirable. This provides the jump address for bootloader, and modifies the bootloader to jump to __start defined in reset-vector.S. This prepares for that commit to be reverted. Signed-off-by: Daniel Leung <daniel.leung@intel.com>