0001-Makefile-rk3328-needs-itb-image-to-boot-properly.patch 913 B

1234567891011121314151617181920212223242526272829303132
  1. From 211bf049084e6e374dac253138fa813682910146 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. ---
  10. Makefile | 5 +++++
  11. 1 file changed, 5 insertions(+)
  12. diff --git a/Makefile b/Makefile
  13. index 8086f3c93e..a6425b5b03 100644
  14. --- a/Makefile
  15. +++ b/Makefile
  16. @@ -799,6 +799,11 @@ ifneq ($(BUILD_ROM),)
  17. ALL-$(CONFIG_X86_RESET_VECTOR) += u-boot.rom
  18. endif
  19. +# rk3328 needs itb image to boot properly
  20. +ifeq ($(CONFIG_ROCKCHIP_RK3328),y)
  21. +ALL-y += u-boot.itb
  22. +endif
  23. +
  24. # enable combined SPL/u-boot/dtb rules for tegra
  25. ifeq ($(CONFIG_TEGRA)$(CONFIG_SPL),yy)
  26. ALL-y += u-boot-tegra.bin u-boot-nodtb-tegra.bin
  27. --
  28. 2.18.1