[project][uzed-bootloader] disable SMP for this project

chainloading from SMP environment currently doesn't work properly.

Change-Id: Iaed1fc92f0269c38522a420be972d957a13aebc4
This commit is contained in:
Travis Geiselbrecht
2015-06-01 15:29:06 -07:00
parent 6304f4a8e8
commit f76c4a4541

View File

@@ -8,5 +8,8 @@ MODULES += \
GLOBAL_DEFINES += \
SYSPARAM_ALLOW_WRITE=1
# disable SMP for this build, chain loading from SMP currently does not work
WITH_SMP:=0
include project/target/uzed.mk