Merge branch 'dev_ck_v2.1_feature#1359#_1214' into 'dev_ck_v2.1'

eCPRI代码入库,分支名称dev_ck_v2.1_feature#1359#_1214

See merge request ucp/driver/ucp4008_platform_arm!40
This commit is contained in:
Xianfeng Du 2023-12-14 03:21:25 +00:00
commit f8fad1ac7a

View File

@ -1,7 +1,7 @@
set -e
usage() {
echo "usage: $0 [variants] [--evmy] [--cache] [--jesd] [--test caseid] " 1>&2
echo "usage: $0 [variants] [--evmy] [--cache] [--cpri/--ecpri/--jesd] [--test caseid] " 1>&2
msg=${1:-}
if [ ! -z "${msg}" ]; then
echo "error:$1"
@ -26,6 +26,7 @@ while [[ "$#" > 0 ]]; do
--evmyt) board_option="EVMYT"; shift;;
--cpri) fronthaul_option="cpri"; shift;;
--ecpri) fronthaul_option="ecpri"; shift;;
--jesd) fronthaul_option="jesd"; shift;;
--test) test_option="yes";