diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-09-24 13:11:45 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-09-24 13:11:45 +0000 |
commit | 7a86da9d3789cc53b0dcabad74e070384a5ffaba (patch) | |
tree | e0770f21cb0452ad42bf59ca10c418ed9dc83d42 /scripts/slugimage.pl | |
parent | f1ecc097d2731e93f49cd3becd133fa7dd6f0c8c (diff) | |
download | mtk-20170518-7a86da9d3789cc53b0dcabad74e070384a5ffaba.zip mtk-20170518-7a86da9d3789cc53b0dcabad74e070384a5ffaba.tar.gz mtk-20170518-7a86da9d3789cc53b0dcabad74e070384a5ffaba.tar.bz2 |
Increased the size of the microcode payload area.
SVN-Revision: 9007
Diffstat (limited to 'scripts/slugimage.pl')
-rwxr-xr-x | scripts/slugimage.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/slugimage.pl b/scripts/slugimage.pl index 3d2735d..e461521 100755 --- a/scripts/slugimage.pl +++ b/scripts/slugimage.pl @@ -920,7 +920,7 @@ sub defaultPartitions { 'offset'=>0x007f8000, 'size'=>0x00004000, 'variable'=>0, 'header'=>0, 'pseudo'=>1, 'data'=>undef, 'byteswap'=>0}, {'name'=>'Microcode', 'file'=>'NPE-B', - 'offset'=>0x007fc000, 'size'=>0x00003000, + 'offset'=>0x007fc000, 'size'=>0x00003fe0, 'variable'=>0, 'header'=>16, 'pseudo'=>1, 'data'=>undef, 'byteswap'=>0}, {'name'=>'Trailer', 'file'=>'Trailer', 'offset'=>0x007ffff0, 'size'=>0x00000010, |