Modified the new CoolPi defconfig with new kernel features enabled as well as modified the build script so that the new config file can be used
This commit is contained in:
@@ -114,42 +114,42 @@ case "$BOARD" in
|
||||
txt_extconf_file="extlinux_cp4b.conf"
|
||||
;;
|
||||
cp4b-hdmi-in)
|
||||
cfg="rk3588s_cp4b_defconfig"
|
||||
cfg="coolpi_linux_defconfig"
|
||||
dtb="rk3588s-cp4-hdmi-in.dtb"
|
||||
txt_extconf_file="extlinux_cp4b_hdmi_in.conf"
|
||||
;;
|
||||
cm5-evb)
|
||||
cfg="rk3588_cpcm5_evb_defconfig"
|
||||
cfg="coolpi_linux_defconfig"
|
||||
dtb="rk3588-cpcm5-evb.dtb"
|
||||
txt_extconf_file="extlinux_cpcm5_evb.conf"
|
||||
;;
|
||||
cm5-evb-v11)
|
||||
cfg="rk3588_cpcm5_evb_defconfig"
|
||||
cfg="coolpi_linux_defconfig"
|
||||
dtb="rk3588-cpcm5-evb-v11.dtb"
|
||||
txt_extconf_file="extlinux_cpcm5_evb_v11.conf"
|
||||
;;
|
||||
cm5-minipc)
|
||||
cfg="rk3588_cpcm5_minipc_defconfig"
|
||||
cfg="coolpi_linux_defconfig"
|
||||
dtb="rk3588-cpcm5-minipc.dtb"
|
||||
txt_extconf_file="extlinux_cpcm5_minipc.conf"
|
||||
;;
|
||||
cm5-notebook)
|
||||
cfg="rk3588_cpcm5_notebook_defconfig"
|
||||
cfg="coolpi_linux_defconfig"
|
||||
dtb="rk3588-cpcm5-notebook.dtb"
|
||||
txt_extconf_file="extlinux_cpcm5_notebook.conf"
|
||||
;;
|
||||
cm5-genbook)
|
||||
cfg="rk3588_cpcm5_genbook_defconfig"
|
||||
cfg="coolpi_linux_defconfig"
|
||||
dtb="rk3588-cpcm5-genbook.dtb"
|
||||
txt_extconf_file="extlinux_cpcm5_genbook.conf"
|
||||
;;
|
||||
cm5-8uart)
|
||||
cfg="rk3588_cpcm5_defconfig"
|
||||
cfg="coolpi_linux_defconfig"
|
||||
dtb="rk3588-cpcm5-8uart.dtb"
|
||||
txt_extconf_file="extlinux_cpcm5_8uart.conf"
|
||||
;;
|
||||
cm5-lz)
|
||||
cfg="rk3588_cpcm5_lz_defconfig"
|
||||
cfg="coolpi_linux_defconfig"
|
||||
dtb="rk3588-cpcm5-lz.dtb"
|
||||
txt_extconf_file="extlinux_cpcm5_lz.conf"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user