From 12f7f448c08d10a7d5393d1403a3240643deb48c Mon Sep 17 00:00:00 2001 From: guozhanxin Date: Tue, 15 May 2018 16:11:53 +0800 Subject: [PATCH] =?UTF-8?q?[BSP][RT1050]=20fix=20ATK=20shareboard=20=20boa?= =?UTF-8?q?rd=20xip=20issue.=20|=20=E4=BF=AE=E5=A4=8D=E6=AD=A3=E7=82=B9?= =?UTF-8?q?=E5=8E=9F=E5=AD=90=E3=80=81shareboard=E6=9D=BF=E5=AD=90xip?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/imxrt1052-evk/xip/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/imxrt1052-evk/xip/SConscript b/bsp/imxrt1052-evk/xip/SConscript index d2b06ebbfb..5d302d3372 100644 --- a/bsp/imxrt1052-evk/xip/SConscript +++ b/bsp/imxrt1052-evk/xip/SConscript @@ -18,6 +18,6 @@ if GetDepend('BOARD_RT1050_EVK') or GetDepend('BOARD_RT1050_SeeedStudio'): group = DefineGroup('xip', src, depend = [''], CPPPATH = CPPPATH, LINKFLAGS = LINKFLAGS) Return('group') -if GetDepend('BOARD_RT1050_FIRE'): +if GetDepend('BOARD_RT1050_FIRE') or GetDepend('BOARD_RT1050_ATK') or GetDepend('RT1050_ShareBoard'): group = [] Return('group')