commit | 3d654df1379af2a31d33043d3618aacb0227fafe | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Fri Dec 10 17:34:03 2021 -0800 |
committer | Maureen Helm <maureen.helm@intel.com> | Tue Dec 14 18:43:05 2021 -0600 |
tree | 78762e90ba5a072314f412f1ddafe45116697120 | |
parent | 524e33ed6d37f134314a60429232023f7bc76409 [diff] |
soc/intel_adsp: Replace Zephyr assembly entry stub The Zephyr symbols are now part of the same link as the bootloader, so no need to have an assembly entry stub or fixed address at all. Just call z_cstart() as a normally-relocated function. Interestingly Zephyr never put a declaration for it in public headers, because this appears to be the first platform calling it from C. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>