Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

od: rs90: Set page size to 4k #91

Open
wants to merge 1 commit into
base: opendingux
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion board/opendingux/rs90/linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CONFIG_PROFILING=y
CONFIG_MACH_INGENIC_SOC=y
CONFIG_JZ4740_RS90=y
CONFIG_ZBOOT_LOAD_ADDRESS=0x81000000
CONFIG_PAGE_SIZE_16KB=y
CONFIG_PAGE_SIZE_4KB=y
CONFIG_ARCH_FORCE_MAX_ORDER=7
# CONFIG_MIPS_FP_SUPPORT is not set
CONFIG_HZ_24=y
Expand Down