mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Remove autogenerated bmp_logo.h file.
This commit is contained in:
parent
f6e5739a68
commit
971a5dd11a
3 changed files with 3 additions and 1948 deletions
|
@ -2,6 +2,8 @@
|
||||||
Changes since U-Boot 1.1.4:
|
Changes since U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Remove autogenerated bmp_logo.h file.
|
||||||
|
|
||||||
* VoiceBlue update: use new MTD flash partitioning methods, use more
|
* VoiceBlue update: use new MTD flash partitioning methods, use more
|
||||||
reasonable TEXT_BASE, update default environment and enable keyed
|
reasonable TEXT_BASE, update default environment and enable keyed
|
||||||
autoboot.
|
autoboot.
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -1971,6 +1971,7 @@ clean:
|
||||||
rm -f board/netstar/*.srec board/netstar/*.bin
|
rm -f board/netstar/*.srec board/netstar/*.bin
|
||||||
rm -f board/trab/trab_fkt board/voiceblue/eeprom
|
rm -f board/trab/trab_fkt board/voiceblue/eeprom
|
||||||
rm -f board/integratorap/u-boot.lds board/integratorcp/u-boot.lds
|
rm -f board/integratorap/u-boot.lds board/integratorcp/u-boot.lds
|
||||||
|
rm -f include/bmp_logo.h
|
||||||
|
|
||||||
clobber: clean
|
clobber: clean
|
||||||
find . -type f \( -name .depend \
|
find . -type f \( -name .depend \
|
||||||
|
|
1948
include/bmp_logo.h
1948
include/bmp_logo.h
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue