mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:01:09 +02:00
NPE microcode is stored in a separate 'microcode' partition on the NAS100d
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7662 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5cfab6a3ce
commit
3429dab90b
@ -11,7 +11,7 @@ Index: linux-2.6.19/arch/arm/mach-ixp4xx/nas100d-setup.c
|
||||
};
|
||||
|
||||
+struct npe_ucode_platform_data nas100d_npe_ucode_data = {
|
||||
+ .mtd_partition = "sysconfig",
|
||||
+ .mtd_partition = "microcode",
|
||||
+};
|
||||
+
|
||||
+static struct platform_device nas100d_npe_ucode = {
|
||||
|
Loading…
Reference in New Issue
Block a user