714dc001fc
The u-boot-imx23.bd and u-boot-imx28.bd need to be preprocessed, otherwise they have issues with out-of-tree build where elftosb tool couldn't sometimes find the u-boot.bin and spl/u-boot-spl.bin . Preprocess these .bd files with sed and insert full path to u-boot.bin and spl/u-boot-spl.bin to prevent this issue. Moreover, to avoid adding more churn into main Makefile, move all this preprocessing and u-boot.sb generation into CPU directory instead. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Stefano Babic <sbabic@denx.de> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
85 lines
871 B
Plaintext
85 lines
871 B
Plaintext
#
|
|
# NOTE! Don't add files that are generated in specific
|
|
# subdirectories here. Add them in the ".gitignore" file
|
|
# in that subdirectory instead.
|
|
#
|
|
# Normal rules
|
|
#
|
|
|
|
*.rej
|
|
*.orig
|
|
*.a
|
|
*.o
|
|
*.su
|
|
*~
|
|
*.swp
|
|
*.patch
|
|
*.bin
|
|
*.cfgtmp
|
|
|
|
# Build tree
|
|
/build-*
|
|
|
|
#
|
|
# Top-level generic files
|
|
#
|
|
|
|
/MLO
|
|
/SPL
|
|
/System.map
|
|
/u-boot
|
|
/u-boot.hex
|
|
/u-boot.imx
|
|
/u-boot-with-spl.imx
|
|
/u-boot-with-nand-spl.imx
|
|
/u-boot.map
|
|
/u-boot.srec
|
|
/u-boot.ldr
|
|
/u-boot.ldr.hex
|
|
/u-boot.ldr.srec
|
|
/u-boot.img
|
|
/u-boot.kwb
|
|
/u-boot.sha1
|
|
/u-boot.dis
|
|
/u-boot.lds
|
|
/u-boot.ubl
|
|
/u-boot.ais
|
|
/u-boot.dtb
|
|
/u-boot.sb
|
|
/u-boot.bd
|
|
/u-boot.geany
|
|
|
|
#
|
|
# Generated files
|
|
#
|
|
|
|
*.depend*
|
|
/LOG
|
|
/errlog
|
|
/reloc_off
|
|
|
|
/include/generated/
|
|
asm-offsets.s
|
|
|
|
# stgit generated dirs
|
|
patches-*
|
|
.stgit-edit.txt
|
|
|
|
# quilt's files
|
|
patches
|
|
series
|
|
|
|
# gdb files
|
|
.gdb_history
|
|
|
|
# cscope files
|
|
cscope.*
|
|
|
|
# tags files
|
|
/tags
|
|
/ctags
|
|
/etags
|
|
|
|
# spl ais files
|
|
/spl/*.ais
|