Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

native: fix i2c-designware symbol name for post-build verification

+1 -1
+1 -1
fedac/native/docker-build.sh
··· 913 913 for probe in "jsl_pinctrl_acpi_match:pinctrl-jasperlake" \ 914 914 "max98357a_sdmode_event:snd-soc-max98357a" \ 915 915 "rt5682_i2c_probe:rt5682-i2c" \ 916 - "dw_i2c_dev_init:i2c-designware-core"; do 916 + "i2c_dw_prepare_clk:i2c-designware-core"; do 917 917 sym="${probe%%:*}" 918 918 drv="${probe##*:}" 919 919 if ! nm vmlinux 2>/dev/null | grep -q " ${sym}\$"; then