Skip to content

Commit

Permalink
load serial port module on pbp as early as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalus committed Jul 16, 2022
1 parent 03e65de commit 3699deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ image_setup_params_pinebook_pro() {
IMAGE_TYPE=pbp
IMAGE_NAME=pinebook-pro
IMAGE_DESC="Pinebook Pro"
IMAGE_INITRD_MODULES="pinctrl-rockchip i2c-rk3x fixed pl330 fan53555 rk808 rk808-regulator rtc-rk808 pcie-rockchip-host phy-rockchip-pcie nvme_core nvme sdhci_of_arasan dw_mmc_rockchip phy_rockchip_emmc mmc_block gpio-rockchip"
IMAGE_INITRD_MODULES="8250-dw pinctrl-rockchip i2c-rk3x fixed pl330 fan53555 rk808 rk808-regulator rtc-rk808 pcie-rockchip-host phy-rockchip-pcie nvme_core nvme sdhci_of_arasan dw_mmc_rockchip phy_rockchip_emmc mmc_block gpio-rockchip"
IMAGE_DISPLAY_ENABLED=1
IMAGE_SOUND_ENABLED=1
IMAGE_WIFI_ENABLED=1
Expand Down

0 comments on commit 3699deb

Please sign in to comment.