Guest User

Untitled

a guest
Jun 14th, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
  2. index 0c6d288..329f734 100644
  3. --- a/include/configs/am335x_evm.h
  4. +++ b/include/configs/am335x_evm.h
  5. @@ -84,13 +84,7 @@
  6. func(DHCP, dhcp, na)
  7.  
  8. #define CONFIG_BOOTCOMMAND \
  9. - "if test ${boot_fit} -eq 1; then " \
  10. - "run update_to_fit;" \
  11. - "fi;" \
  12. - "run findfdt; " \
  13. - "run init_console; " \
  14. - "run envboot; " \
  15. - "run distro_bootcmd"
  16. + "ums 0 mmc 1;"
  17.  
  18. #include <config_distro_bootcmd.h>
  19.  
  20. @@ -411,3 +405,7 @@
  21. #endif
  22.  
  23. #endif /* ! __CONFIG_AM335X_EVM_H */
  24. +
  25. +#if defined(CONFIG_CMD_USB_MASS_STORAGE)
  26. +#define CONFIG_USB_FUNCTION_MASS_STORAGE
  27. +#endif
  28. \ No newline at end of file
Add Comment
Please, Sign In to add comment