Skip to content

Commit

Permalink
m1nor: recognize videomixer boot file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Jun 1, 2013
1 parent 5151230 commit e6dcf80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions m1nor
Expand Up @@ -45,6 +45,7 @@ classify()
elif [ "${b#bios}" != "$b" ]; then off=0x860000; ext=.bin
elif [ "${b#splash}" != "$b" ]; then off=0x880000; ext=.raw
elif [ "${b#flickernoise}" != "$b" ]; then off=0x920000; ext=.fbi
elif [ "${b#videomixer}" != "$b" ]; then off=0x920000; ext=.fbi
elif [ "${b#data}" != "$b" ]; then off=0xd20000; ext=
else
echo "$1: unrecognized file name" 1>&2
Expand Down

0 comments on commit e6dcf80

Please sign in to comment.