]> git.baikalelectronics.ru Git - uboot.git/commit
valgrind: Disable on Risc-V
authorSean Anderson <seanga2@gmail.com>
Fri, 27 May 2022 14:03:00 +0000 (10:03 -0400)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 28 May 2022 08:59:27 +0000 (10:59 +0200)
commitc7b32d45bd4651a94968c216a848c130e3906ee7
tree774ed7c15ac2baf44eba594deee8a4b3923df65e
parent95c4b3193a3e9e96d700f4418270f482d7836181
valgrind: Disable on Risc-V

There are no defined instruction sequences in include/valgrind.h for
Risc-V, so CONFIG_VALGRIND will do nothing on this arch (and possibly won't
compile?). Update Kconfig accordingly.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Kconfig