0036-owrt-generic-dtb-image-hack.patch 807 B

1234567891011121314151617181920212223242526272829303132
  1. From dba8578e06aedf1e67312ebfc6162e2fadc9448d Mon Sep 17 00:00:00 2001
  2. From: John Crispin <blogic@openwrt.org>
  3. Date: Thu, 7 Aug 2014 18:32:12 +0200
  4. Subject: [PATCH 36/36] owrt: generic dtb image hack
  5. Signed-off-by: John Crispin <blogic@openwrt.org>
  6. ---
  7. arch/mips/kernel/head.S | 3 +++
  8. 1 file changed, 3 insertions(+)
  9. --- a/arch/mips/kernel/head.S
  10. +++ b/arch/mips/kernel/head.S
  11. @@ -86,6 +86,9 @@ EXPORT(__image_cmdline)
  12. .fill 0x400
  13. #endif /* CONFIG_IMAGE_CMDLINE_HACK */
  14. + .ascii "OWRTDTB:"
  15. + EXPORT(__image_dtb)
  16. + .fill 0x4000
  17. __REF
  18. NESTED(kernel_entry, 16, sp) # kernel entry point
  19. --- a/arch/mips/lantiq/Kconfig
  20. +++ b/arch/mips/lantiq/Kconfig
  21. @@ -32,7 +32,6 @@ choice
  22. config DT_EASY50712
  23. bool "Easy50712"
  24. depends on SOC_XWAY
  25. - select BUILTIN_DTB
  26. endchoice
  27. config PCI_LANTIQ