mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 06:20:16 +02:00
[xburst][u-boot] add ext2 command
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
parent
d85249d86f
commit
9448f6fe83
@ -45,7 +45,6 @@
|
|||||||
|
|
||||||
#define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAUL)
|
#define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAUL)
|
||||||
#define CONFIG_BOOTDELAY 0
|
#define CONFIG_BOOTDELAY 0
|
||||||
#define CONFIG_BOOTFILE "uImage" /* file to load */
|
|
||||||
/*
|
/*
|
||||||
* Command line configuration.
|
* Command line configuration.
|
||||||
*/
|
*/
|
||||||
@ -65,6 +64,7 @@
|
|||||||
#define CONFIG_CMD_NAND
|
#define CONFIG_CMD_NAND
|
||||||
#define CONFIG_CMD_MMC
|
#define CONFIG_CMD_MMC
|
||||||
#define CONFIG_CMD_FAT
|
#define CONFIG_CMD_FAT
|
||||||
|
#define CONFIG_CMD_EXT2
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Serial download configuration
|
* Serial download configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user