001-skip_sb_generation.patch 992 B

12345678910111213141516171819202122
  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -37,13 +37,13 @@ ifeq "$(DFT_IMAGE)" "$(wildcard $(DFT_IM
  4. elftosb -z -c ./uboot.bd -o i$(ARCH)_uboot.sb
  5. elftosb -z -f imx28 -c ./uboot_ivt.bd -o i$(ARCH)_ivt_uboot.sb
  6. else
  7. - @echo "by using the pre-built kernel"
  8. - elftosb -z -c ./linux.bd -o i$(ARCH)_linux.sb
  9. - elftosb -z -f imx28 -c ./linux_ivt.bd -o i$(ARCH)_ivt_linux.sb
  10. + @echo "... not generating any image for now."
  11. + #elftosb -z -c ./linux.bd -o i$(ARCH)_linux.sb
  12. + #elftosb -z -f imx28 -c ./linux_ivt.bd -o i$(ARCH)_ivt_linux.sb
  13. - @echo "generating U-Boot boot stream image"
  14. - elftosb -z -c ./uboot.bd -o i$(ARCH)_uboot.sb
  15. - elftosb -z -f imx28 -c ./uboot_ivt.bd -o i$(ARCH)_ivt_uboot.sb
  16. + #@echo "generating U-Boot boot stream image"
  17. + #elftosb -z -c ./uboot.bd -o i$(ARCH)_uboot.sb
  18. + #elftosb -z -f imx28 -c ./uboot_ivt.bd -o i$(ARCH)_ivt_uboot.sb
  19. endif
  20. #@echo "generating kernel bootstream file sd_mmc_bootstream.raw"
  21. #Please use cfimager to burn xxx_linux.sb. The below way will no