summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorChau Ly <chaul@amperecomputing.com>2023-04-18 10:11:32 +0300
committerChau Ly <chaul@amperecomputing.com>2023-04-18 10:11:32 +0300
commit4255eea2ca6439f93c0b2987fecc5c99fec31e30 (patch)
tree88751b636cd73515d75fe901b1edff2da6898350 /meta-ampere
parent0a0f3482710824c59b9d738cc22b45898f687e7a (diff)
downloadopenbmc-4255eea2ca6439f93c0b2987fecc5c99fec31e30.tar.xz
meta-ampere: shellcheck: fix up source locations
This commit fixes shelllcheck source in ampere_uartmux_ctrl.sh to point to the exact source path. Signed-off-by: Chau Ly <chaul@amperecomputing.com> Change-Id: I38d92582bb7783b18ff19fb8ae5e5abe0c1e3d44
Diffstat (limited to 'meta-ampere')
-rwxr-xr-xmeta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init/ampere_uartmux_ctrl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init/ampere_uartmux_ctrl.sh b/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init/ampere_uartmux_ctrl.sh
index f28589894e..a464adc876 100755
--- a/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init/ampere_uartmux_ctrl.sh
+++ b/meta-ampere/meta-jade/recipes-ampere/platform/ampere-platform-init/ampere_uartmux_ctrl.sh
@@ -19,7 +19,7 @@
# <UARTx_MODE> of 1 sets CPU To HDR_CONN
# <UARTx_MODE> of 2 sets BMC to CPU (eg dropbear ssh server on port 2200)
-# shellcheck source=/dev/null
+# shellcheck source=meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/gpio-lib.sh
source /usr/sbin/gpio-lib.sh
if [ $# -lt 2 ]; then