meson: fix power8 option
Do not throw a deprecation warning if the power8 option is set to the new 'disabled' value. Instead, warn if it is still set to the legacy value 'false'.
Fixes: 138c003d ("meson: deprecated 'true' and 'false' in combo options for 'enabled' and 'disabled'") Signed-off-by: Philipp Zabel p.zabel@pengutronix.de