mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 21:09:53 +02:00
[ar71xx] enable Myloader partition parser
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13257 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
28e6c72f66
commit
5d611d8f73
@ -141,6 +141,7 @@ CONFIG_MTD_MAP_BANK_WIDTH_2=y
|
|||||||
CONFIG_MTD_MAP_BANK_WIDTH_4=y
|
CONFIG_MTD_MAP_BANK_WIDTH_4=y
|
||||||
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
|
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
|
||||||
# CONFIG_MTD_MTDRAM is not set
|
# CONFIG_MTD_MTDRAM is not set
|
||||||
|
CONFIG_MTD_MYLOADER_PARTS=y
|
||||||
CONFIG_MTD_NAND=y
|
CONFIG_MTD_NAND=y
|
||||||
# CONFIG_MTD_NAND_CAFE is not set
|
# CONFIG_MTD_NAND_CAFE is not set
|
||||||
# CONFIG_MTD_NAND_DISKONCHIP is not set
|
# CONFIG_MTD_NAND_DISKONCHIP is not set
|
||||||
|
@ -146,6 +146,7 @@ CONFIG_MTD_MAP_BANK_WIDTH_2=y
|
|||||||
CONFIG_MTD_MAP_BANK_WIDTH_4=y
|
CONFIG_MTD_MAP_BANK_WIDTH_4=y
|
||||||
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
|
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
|
||||||
# CONFIG_MTD_MTDRAM is not set
|
# CONFIG_MTD_MTDRAM is not set
|
||||||
|
CONFIG_MTD_MYLOADER_PARTS=y
|
||||||
CONFIG_MTD_NAND=y
|
CONFIG_MTD_NAND=y
|
||||||
# CONFIG_MTD_NAND_CAFE is not set
|
# CONFIG_MTD_NAND_CAFE is not set
|
||||||
# CONFIG_MTD_NAND_DISKONCHIP is not set
|
# CONFIG_MTD_NAND_DISKONCHIP is not set
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
+config MTD_MYLOADER_PARTS
|
+config MTD_MYLOADER_PARTS
|
||||||
+ tristate "MyLoader partition parsing"
|
+ tristate "MyLoader partition parsing"
|
||||||
+ depends on ADM5120 && MTD_PARTITIONS
|
+ depends on MTD_PARTITIONS && (ADM5120 || ATHEROS_AR71XX)
|
||||||
+ ---help---
|
+ ---help---
|
||||||
+ MyLoader is a bootloader which allows the user to define partitions
|
+ MyLoader is a bootloader which allows the user to define partitions
|
||||||
+ in flash devices, by putting a table in the second erase block
|
+ in flash devices, by putting a table in the second erase block
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
+config MTD_MYLOADER_PARTS
|
+config MTD_MYLOADER_PARTS
|
||||||
+ tristate "MyLoader partition parsing"
|
+ tristate "MyLoader partition parsing"
|
||||||
+ depends on ADM5120 && MTD_PARTITIONS
|
+ depends on MTD_PARTITIONS && (ADM5120 || ATHEROS_AR71XX)
|
||||||
+ ---help---
|
+ ---help---
|
||||||
+ MyLoader is a bootloader which allows the user to define partitions
|
+ MyLoader is a bootloader which allows the user to define partitions
|
||||||
+ in flash devices, by putting a table in the second erase block
|
+ in flash devices, by putting a table in the second erase block
|
||||||
|
Loading…
Reference in New Issue
Block a user