masayuki2009 opened a new pull request, #9458:
URL: https://github.com/apache/nuttx/pull/9458
## Summary
- I noticed that ./tools/configure.sh fvp-armv8r:nsh_smp shows
`warning: (ARCH_CHIP_FVP_R52 && ARCH_CHIP_FVP_R82) selects
ARMV8R_HAVE_GICv3 which has unmet direct dependencies (ARCH_ARM && ARCH_ARMV8R)`
- I think ARMV8R_HAVE_GICv3 is only used for aarch32.
- This commit fixes this issue.
## Impact
- None
## Testing
- Tested with nsh_smp on FVP
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]