mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
configs/csky_gx6605s: bump kernel to 5.0 and use buildroot toolchain
The most important change is to use the toolchain compiled by buildroot itself. We also bump kernel to 5.0 with kernel.org. Gx6605s' PHYS_OFFSET if 0x10000000 and we make qemu and gx6605s the same to ease maintaince. This PHYS_OFFSET is also OK for 610 qemu. In this patch we add gx6605s.dts in board/csky, because linux-5.0 doesn't contain gx6605s.dts in its tree. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
2834df2b4b
commit
6e359e26e3
@@ -1,5 +1,6 @@
|
||||
CONFIG_COMPILE_TEST=y
|
||||
CONFIG_CPU_CK610=y
|
||||
CONFIG_CPU_PM_WAIT=y
|
||||
CONFIG_RAM_BASE=0x10000000
|
||||
CONFIG_CSKY_APB_INTC=y
|
||||
CONFIG_GX6605S_TIMER=y
|
||||
|
||||
Reference in New Issue
Block a user