Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soc: intel_s1000: fix SMP build error #24826

Merged

Conversation

dcpleung
Copy link
Member

During devicetree macro changes, LPSRAM_BOOT_VECTOR_ADDR
pointed to another macro which was renamed to a non-existent
one. Fix it so that SMP builds again.

Fixes #24720

Signed-off-by: Daniel Leung daniel.leung@intel.com

@dcpleung dcpleung requested a review from nashif April 29, 2020 18:12
During devicetree macro changes, LPSRAM_BOOT_VECTOR_ADDR
pointed to another macro which was renamed to a non-existent
one. Fix it so that SMP builds again.

Fixes zephyrproject-rtos#24720

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
@andrewboie
Copy link
Contributor

huh, I wonder how this breakage got past CI

@dcpleung
Copy link
Member Author

i was wondering the same.

@galak galak added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Apr 29, 2020
@nashif
Copy link
Member

nashif commented Apr 29, 2020

huh, I wonder how this breakage got past CI

this fails only when build the smp test or when SMP is enabled, the change is in the SoC, so CI on PRs would not trigger building everythng for this board, thats why it was not caught here, but is caught in the nightly CI run.

@galak galak merged commit 4962bf3 into zephyrproject-rtos:master Apr 29, 2020
@dcpleung dcpleung deleted the intel_s1000_crb_smp_build_fix branch April 29, 2020 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failure on intel_s1000_crb board for test case:” tests/kernel/smp”
5 participants