mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
Increased the size of the microcode payload area.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9007 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dcf77d0eba
commit
43bab22e63
@ -920,7 +920,7 @@ sub defaultPartitions {
|
|||||||
'offset'=>0x007f8000, 'size'=>0x00004000,
|
'offset'=>0x007f8000, 'size'=>0x00004000,
|
||||||
'variable'=>0, 'header'=>0, 'pseudo'=>1, 'data'=>undef, 'byteswap'=>0},
|
'variable'=>0, 'header'=>0, 'pseudo'=>1, 'data'=>undef, 'byteswap'=>0},
|
||||||
{'name'=>'Microcode', 'file'=>'NPE-B',
|
{'name'=>'Microcode', 'file'=>'NPE-B',
|
||||||
'offset'=>0x007fc000, 'size'=>0x00003000,
|
'offset'=>0x007fc000, 'size'=>0x00003fe0,
|
||||||
'variable'=>0, 'header'=>16, 'pseudo'=>1, 'data'=>undef, 'byteswap'=>0},
|
'variable'=>0, 'header'=>16, 'pseudo'=>1, 'data'=>undef, 'byteswap'=>0},
|
||||||
{'name'=>'Trailer', 'file'=>'Trailer',
|
{'name'=>'Trailer', 'file'=>'Trailer',
|
||||||
'offset'=>0x007ffff0, 'size'=>0x00000010,
|
'offset'=>0x007ffff0, 'size'=>0x00000010,
|
||||||
|
Loading…
Reference in New Issue
Block a user