001-skip_sb_generation.patch 888 B

123456789101112131415161718
  1. --- imx-bootlets-src-10.05.02.orig/Makefile 2010-05-14 06:56:28.000000000 +0200
  2. +++ imx-bootlets-src-10.05.02/Makefile 2012-10-24 21:41:44.000000000 +0200
  3. @@ -32,10 +32,11 @@
  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