Changes between Version 16 and Version 17 of venice/bsp


Ignore:
Timestamp:
03/01/2022 06:13:55 PM (2 years ago)
Author:
Cale Collins
Comment:

removed step to make defconfig

Legend:

Unmodified
Added
Removed
Modified
  • venice/bsp

    v16 v17  
    164164{{{#!bash
    165165make -C linux menuconfig # make your changes
    166 make -C linux defconfig # once satisfied create a defconfig
    167166cp linux/.config linux/arch/arm64/configs/imx8mm_venice_defconfig
    168167}}}