Commit 0eec7d8f authored by Samuel Martin's avatar Samuel Martin Committed by Thomas Petazzoni
Browse files

package/openocd: disable aice programmer on non-MMU architecture



aice sources use fork function, which is only available on architecture
with MMU.

Signed-off-by: default avatarSamuel Martin <s.martin49@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent deef3a89
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ config BR2_PACKAGE_OPENOCD_OPENDOUS
config BR2_PACKAGE_OPENOCD_AICE
	bool "Andes JTAG Programmer"
	select BR2_PACKAGE_LIBUSB
	depends on BR2_USE_MMU # use fork()
	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
	help
	  Enable building support for the Andes JTAG