Advertisement
Guest User

Untitled

a guest
Jul 17th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Index: conf/MPC85XX
  2. ===================================================================
  3. --- conf/MPC85XX (revision 238300)
  4. +++ conf/MPC85XX (working copy)
  5. @@ -25,12 +25,14 @@
  6. options CD9660
  7. options COMPAT_43
  8. options DDB
  9. -#options DEADLKRES
  10. +options DEADLKRES
  11. options DEVICE_POLLING
  12. -#options DIAGNOSTIC
  13. +options DIAGNOSTIC
  14. options FDT
  15. -makeoptions FDT_DTS_FILE=mpc8572ds.dts
  16. +#makeoptions FDT_DTS_FILE=mpc8572ds.dts
  17. #makeoptions FDT_DTS_FILE=mpc8555cds.dts
  18. +makeoptions FDT_DTS_FILE=mpc8547cds.dts
  19. +options FDT_DTB_STATIC
  20. options FFS
  21. options GDB
  22. options GEOM_PART_GPT
  23. @@ -74,7 +76,7 @@
  24. device md
  25. device miibus
  26. device pass
  27. -device pci
  28. +#device pci
  29. device quicc
  30. device random
  31. #device rl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement