forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
package/boot/uboot-sunxi/patches/511-nanopi-change-dram-clk.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/configs/nanopi_neo_air_defconfig | ||
+++ b/configs/nanopi_neo_air_defconfig | ||
@@ -2,7 +2,7 @@ CONFIG_ARM=y | ||
CONFIG_ARCH_SUNXI=y | ||
CONFIG_SPL=y | ||
CONFIG_MACH_SUN8I_H3=y | ||
-CONFIG_DRAM_CLK=408 | ||
+CONFIG_DRAM_CLK=384 # 504 480 456 432 408 384 360 336 312 288 264 240 216 | ||
# CONFIG_VIDEO_DE2 is not set | ||
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set | ||
CONFIG_CONSOLE_MUX=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters