1
0

095-tools-disable-TOOLS_FIT_FULL_CHECK.patch 813 B

12345678910111213141516171819202122232425
  1. From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
  2. From: Huangbin Zhan <zhanhb88@gmail.com>
  3. Date: Fri, 18 Feb 2022 14:19:23 +0800
  4. Subject: [PATCH] tools: disable TOOLS_FIT_FULL_CHECK
  5. U-Boot disallows unit addresses by default. Disable TOOLS_FIT_FULL_CHECK
  6. to allow at symbol in node names.
  7. https://github.com/librecmc/librecmc/commits/master/scripts/mkits.sh
  8. https://github.com/u-boot/u-boot/commit/3f04db891a353f4b127ed57279279f851c6b4917
  9. ---
  10. tools/Kconfig | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. --- a/tools/Kconfig
  13. +++ b/tools/Kconfig
  14. @@ -31,7 +31,7 @@ config TOOLS_FIT
  15. Enable FIT support in the tools builds.
  16. config TOOLS_FIT_FULL_CHECK
  17. - def_bool y
  18. + bool "Do a full check of the FIT"
  19. help
  20. Do a full check of the FIT before using it in the tools builds