1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 03:56:01 +03:00

the wnr854t needs flash width 2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11586 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz 2008-06-27 12:13:02 +00:00
parent ca231a8331
commit 1323acc721

View File

@ -94,7 +94,7 @@
+};
+
+static struct physmap_flash_data wnr854t_nor_flash_data = {
+ .width = 1,
+ .width = 2,
+ .parts = wnr854t_nor_flash_partitions,
+ .nr_parts = ARRAY_SIZE(wnr854t_nor_flash_partitions),
+};