Advertisement
_dinsdale

IMX6 kernel conf changes

Jul 19th, 2017
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Index: IMX6
  2. ===================================================================
  3. --- IMX6 (revision 321242)
  4. +++ IMX6 (working copy)
  5. @@ -20,8 +20,15 @@
  6.  
  7. ident IMX6
  8. include "std.armv6"
  9. -include "../freescale/imx/std.imx6"
  10. +#include "../freescale/imx/std.imx6"
  11.  
  12. +machine arm armv6
  13. +cpu CPU_CORTEXA
  14. +makeoptions CONF_CFLAGS="-march=armv7a"
  15. +
  16. +options KERNVIRTADDR = 0xc2000000
  17. +makeoptions KERNVIRTADDR = 0xc2000000
  18. +
  19. options INTRNG
  20.  
  21. options SOC_IMX6
  22. @@ -31,6 +38,8 @@
  23. options INCLUDE_CONFIG_FILE # Include this file in kernel
  24. options PLATFORM
  25. options SMP # Enable multiple cores
  26. +options IPI_IRQ_START=0
  27. +options IPI_IRQ_END=15
  28.  
  29. # NFS root from boopt/dhcp
  30. #options BOOTP
  31. @@ -123,3 +132,7 @@
  32. device iicbus # iic bus
  33. device imxwdt # Watchdog. WARNING: can't be disabled!!!
  34.  
  35. +device fdt_pinctrl
  36. +device ahci
  37. +
  38. +files "../freescale/imx/files.imx6"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement