Advertisement
Guest User

Untitled

a guest
May 9th, 2013
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.75 KB | None | 0 0
  1. diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h
  2. index 76f9eea..2a58aa1 100644
  3. --- a/include/configs/dreamplug.h
  4. +++ b/include/configs/dreamplug.h
  5. @@ -59,6 +59,7 @@
  6.   * Commands configuration
  7.   */
  8.  #define CONFIG_SYS_NO_FLASH            /* Declare no flash (NOR/SPI) */
  9. +#define CONFIG_SYS_MVFS
  10.  #include <config_cmd_default.h>
  11.  #define CONFIG_CMD_DHCP
  12.  #define CONFIG_CMD_ENV
  13. diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
  14. index 405a842..8538d12 100644
  15. --- a/include/configs/mv-common.h
  16. +++ b/include/configs/mv-common.h
  17. @@ -157,6 +157,7 @@
  18.   */
  19.  #ifdef CONFIG_SYS_MVFS
  20.  #define CONFIG_CMD_EXT2
  21. +#define CONFIG_CMD_EXT4
  22.  #define CONFIG_CMD_JFFS2
  23.  #define CONFIG_CMD_FAT
  24.  #define CONFIG_CMD_UBI
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement