mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
There was an error that PX4_CRYPTO was cached accross variants, if it was defined just for one variant. This synchronizes the caching of BOARD_CRYPTO with other similar BOARD_ flags; it is set as INTERNAL and "1" when enabled. Also remove handling of BOARD_KEYSTORE; it is not used anywhere after changing the crypto under src/drivers. If a separate keystore driver is required, it is just selected as any other driver in px4board Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>