scripts: add io-domain.sh for rk356x io-domain check
Change-Id: Iac84a3236835fcc4dc686a579ef2930343885690 Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
This commit is contained in:
@ -222,6 +222,11 @@ if [ "${srctree}" != "${objtree}" ]; then
|
||||
fi
|
||||
fi
|
||||
scripts/resource_tool ${DTB_PATH} ${LOGO} ${LOGO_KERNEL} >/dev/null
|
||||
|
||||
if [ "${ARCH}" == "arm64" ]; then
|
||||
./scripts/io-domain.sh ${srctree}/arch/arm64/boot/dts/rockchip/.${DTB}
|
||||
fi
|
||||
|
||||
echo " Image: resource.img (with ${DTB} ${LOGO} ${LOGO_KERNEL}) is ready"
|
||||
|
||||
if [ -f "${BOOT_IMG}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user