diff --git a/config/boards/pine64so.wip b/config/boards/pine64so.wip index 55e56b200..a67fdcd92 100644 --- a/config/boards/pine64so.wip +++ b/config/boards/pine64so.wip @@ -4,6 +4,7 @@ KERNEL_TARGET="default,dev" LINUXFAMILY="pine64" BOOTCONFIG="pine64_so_defconfig" MODULES="sunxi_codec sunxi_i2s sunxi_sndcodec 8723bs" +MODULES_NEXT="" GOVERNOR="userspace" CLI_TARGET="" DESKTOP_TARGET="" diff --git a/patch/u-boot/u-boot-sun50i-dev/add-sopine-lpddr3-support.patch b/patch/u-boot/u-boot-sun50i-dev/add-sopine-lpddr3-support.patch index 1919f3358..d7bb2f00a 100644 --- a/patch/u-boot/u-boot-sun50i-dev/add-sopine-lpddr3-support.patch +++ b/patch/u-boot/u-boot-sun50i-dev/add-sopine-lpddr3-support.patch @@ -175,7 +175,7 @@ new file mode 100644 index 0000000..8425489 --- /dev/null +++ b/u-boot/configs/sun50i_spl32_lpddr3_defconfig -@@ -0,0 +1,16 @@ +@@ -0,0 +1,17 @@ +CONFIG_ARM=y +CONFIG_DRAM_TYPE=7 +CONFIG_ARCH_SUNXI=y @@ -183,6 +183,8 @@ index 0000000..8425489 +CONFIG_SPL=y +CONFIG_FIT=y +CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pine64-plus" ++CONFIG_MMC0_CD_PIN="" ++CONFIG_DRAM_CLK=552 +CONFIG_SPL_LOAD_FIT=y +CONFIG_SPL_OF_LIBFDT=y +CONFIG_SPL_SPI_SUNXI=y