diff options
| author | Tom Rini <[email protected]> | 2023-03-22 14:01:01 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-22 14:01:01 -0400 |
| commit | c84a00a647057d83ecfb081ca03c4865e4c1c1be (patch) | |
| tree | c06d3e7309022a299855ac566ba51f3fb38b0007 /.gitattributes | |
| parent | 5e207b8517427226b96c5e808ae119fb1d75d39a (diff) | |
| parent | f8461352b84ea66ad03d3231a5056643ab73515d (diff) | |
Merge branch '2023-03-22-assorted-fixes'
- Assorted TI platform fixes, correct location of NXP boot format git
repository, don't try and mount partitions that are too small to be
ext4 as ext4, handle .bin files in .gitattributes, flush out panic
messages for sure, and correct console location on Arm total_compute.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d5931f03e7c..7a7c4163560 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ # Declare files that always have LF line endings on checkout * text eol=lf # Denote all files that are truly binary and should not be modified +*.bin binary *.bmp binary *.ttf binary *.gz binary |
