mirror of
https://github.com/linuxboot/heads.git
synced 2025-06-23 09:25:33 +00:00
nitropad-nx: fix EC-based poweroff/reboot
Signed-off-by: Markus Meissner <coder@safemailbox.de>
This commit is contained in:
@ -9,7 +9,7 @@ if [ "$CONFIG_TPM" = "y" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run special EC-based poweroff for Nitropad-Nxx
|
# Run special EC-based poweroff for Nitropad-Nxx
|
||||||
if [ "${CONFIG_BOARD%_*}" = nitropad-nv41 || "${CONFIG_BOARD%_*}" = nitropad-ns51 ]; then
|
if [ "$CONFIG_BOARD" = "nitropad-nv41" ] || [ "$CONFIG_BOARD" = "nitropad-ns50" ]; then
|
||||||
/bin/nitropad-shutdown.sh
|
/bin/nitropad-shutdown.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ if [ "$CONFIG_TPM" = "y" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run special EC-based poweroff for Nitropad-Nxx
|
# Run special EC-based poweroff for Nitropad-Nxx
|
||||||
if [ "${CONFIG_BOARD%_*}" = nitropad-nv41 ] || [ "${CONFIG_BOARD%_*}" = nitropad-ns51 ]; then
|
if [ "$CONFIG_BOARD" = "nitropad-nv41" ] || [ "$CONFIG_BOARD" = "nitropad-ns50" ]; then
|
||||||
/bin/nitropad-shutdown.sh
|
/bin/nitropad-shutdown.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user