Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf32fdb7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: Fix RTIC MP DTS failure for 32-bit target"

parents c5602a3c 4129d7b5
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -463,7 +463,11 @@ fi
if [ ! -z ${RTIC_MPGEN+x} ]; then
	${RTIC_MPGEN} --objcopy="${OBJCOPY}" --objdump="${OBJDUMP}" \
		--binpath="" --vmlinux="vmlinux" --config=${KCONFIG_CONFIG} \
		--cc="${CC} ${KBUILD_AFLAGS}" --dts=rtic_mp.dts
		--cc="${CC} ${KBUILD_AFLAGS}" --dts=rtic_mp.dts \
		|| echo “RTIC MP DTS generation has failed”
	# Echo statement above prints the error message in case above
	# RTIC MP DTS generation command fails and it ensures rtic mp
	# failure does not cause kernel compilation to fail.
fi

# We made a new kernel - delete old version file