summaryrefslogtreecommitdiffstats
path: root/scripts/slugimage.pl
diff options
context:
space:
mode:
authorrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-24 13:11:45 +0000
committerrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-24 13:11:45 +0000
commit43bab22e63370aa9d16901da0859370e9bcf4591 (patch)
tree51c17273d77c40f47840037b68a04b82b1f4f65e /scripts/slugimage.pl
parentdcf77d0eba4cffce758d0abb7c88277ec1e1bd25 (diff)
Increased the size of the microcode payload area.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9007 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/slugimage.pl')
-rwxr-xr-xscripts/slugimage.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/slugimage.pl b/scripts/slugimage.pl
index 3d2735d0f..e46152166 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,