0001-Makefile-rk3328-needs-itb-image-to-boot-properly.patch 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. From d312c4e40bf816823bdcfd066dd2511b23e83c9c Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Micha=C5=82=20=C5=81yszczek?= <michal.lyszczek@bofc.pl>
  3. Date: Tue, 5 Feb 2019 22:08:54 +0100
  4. Subject: [PATCH] Makefile: rk3328 needs itb image to boot properly
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
  9. [Dario: make the patch to be applied with fuzz factor 0]
  10. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
  11. ---
  12. Makefile | 5 +++++
  13. 1 file changed, 5 insertions(+)
  14. diff --git a/Makefile b/Makefile
  15. index 149f83994814..ebbdf2596b9b 100644
  16. --- a/Makefile
  17. +++ b/Makefile
  18. @@ -923,6 +923,11 @@ ifeq ($(CONFIG_SYS_COREBOOT)$(CONFIG_SPL),yy)
  19. ALL-$(CONFIG_BINMAN) += u-boot-x86-with-spl.bin
  20. endif
  21. +# rk3328 needs itb image to boot properly
  22. +ifeq ($(CONFIG_ROCKCHIP_RK3328),y)
  23. +ALL-y += u-boot.itb
  24. +endif
  25. +
  26. # Build a combined spl + u-boot image for sunxi
  27. ifeq ($(CONFIG_ARCH_SUNXI)$(CONFIG_SPL),yy)
  28. ALL-y += u-boot-sunxi-with-spl.bin
  29. --
  30. 2.43.0