001-skip_sb_generation.patch 804 B

123456789101112131415161718
  1. --- a/Makefile
  2. +++ b/Makefile
  3. @@ -32,10 +32,11 @@ ifeq "$(DFT_IMAGE)" "$(wildcard $(DFT_IM
  4. sed -i 's,[^ *]image.*;,\timage="$(DFT_UBOOT)";,' uboot.db
  5. elftosb2 -z -c ./uboot.db -o i$(ARCH)_uboot.sb
  6. else
  7. - @echo "by using the pre-built kernel"
  8. - elftosb2 -z -c ./linux_prebuilt.db -o i$(ARCH)_linux.sb
  9. - @echo "generating U-Boot boot stream image"
  10. - elftosb2 -z -c ./uboot_prebuilt.db -o i$(ARCH)_uboot.sb
  11. + @echo "... not generating any image for now."
  12. + #@echo "by using the pre-built kernel"
  13. + #elftosb2 -z -c ./linux_prebuilt.db -o i$(ARCH)_linux.sb
  14. + #@echo "generating U-Boot boot stream image"
  15. + #elftosb2 -z -c ./uboot_prebuilt.db -o i$(ARCH)_uboot.sb
  16. endif
  17. #@echo "generating kernel bootstream file sd_mmc_bootstream.raw"
  18. #Please use cfimager to burn xxx_linux.sb. The below way will no