Changes between Version 33 and Version 34 of linux/kernel


Ignore:
Timestamp:
01/22/2024 08:03:16 PM (10 months ago)
Author:
Ryan Erbstoesser
Comment:

update venice build line to remove one of the m's as things have changed for the plus

Legend:

Unmodified
Added
Removed
Modified
  • linux/kernel

    v33 v34  
    170170{{{#!bash
    171171make distclean
    172 make imx8mm_venice_defconfig # Gateworks default config
     172make imx8m_venice_defconfig # Gateworks default config
    173173make menuconfig
    174174}}}
    175    * Note that imx8mm_venice_defconfig exists in arch/arm64/configs/ for the Gateworks venice kernels and does contain support for imx8mm as well as imx8mn and imx8mp SoC's. This defconfig contains all kernel modules deemed useful and is rather large. For a more minimal venice kernel defconfig copy [http://dev.gateworks.com/buildroot/venice/minimal/venice_minimal_kernel_defconfig venice_minimal_kernel_defconfig] to arch/arm64/configs and use 'make venice_minimal_kernel_defconfig'
     175   * Note that imx8m_venice_defconfig exists in arch/arm64/configs/ for the Gateworks venice kernels and does contain support for imx8mm as well as imx8mn and imx8mp SoC's. This defconfig contains all kernel modules deemed useful and is rather large. For a more minimal venice kernel defconfig copy [http://dev.gateworks.com/buildroot/venice/minimal/venice_minimal_kernel_defconfig venice_minimal_kernel_defconfig] to arch/arm64/configs and use 'make venice_minimal_kernel_defconfig'
    176176  - Newport (CN80XX arm64)
    177177{{{