500-MIPS-fw-myloader.patch 469 B

12345678910111213141516171819202122
  1. --- a/arch/mips/Makefile
  2. +++ b/arch/mips/Makefile
  3. @@ -218,6 +218,7 @@ endif
  4. #
  5. libs-$(CONFIG_FW_ARC) += arch/mips/fw/arc/
  6. libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
  7. +libs-$(CONFIG_MYLOADER) += arch/mips/fw/myloader/
  8. libs-$(CONFIG_FW_SNIPROM) += arch/mips/fw/sni/
  9. libs-y += arch/mips/fw/lib/
  10. --- a/arch/mips/Kconfig
  11. +++ b/arch/mips/Kconfig
  12. @@ -1118,6 +1118,9 @@ config MIPS_MSC
  13. config MIPS_NILE4
  14. bool
  15. +config MYLOADER
  16. + bool
  17. +
  18. config SYNC_R4K
  19. bool