#!/bin/bash

# initialize by David Zhou

# notify build scripts that, this is a LNXALL Private SDK build
declare -x LNXALL_PSDK='true'
declare -x LNX_TARGET_DEV=iMX6ULL

declare -x LNXPLAT_ARCH=arm
declare -x LNXPLAT_IPKG_ARCH="arm_cortex-a7_neon-vfpv4"

source "${FTOPDIR}/scripts/common-defines.sh"
