Compare commits
2 Commits
0e61cba991
...
f077164140
Author | SHA1 | Date | |
---|---|---|---|
f077164140 | |||
68c6b209d9 |
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,6 +1,6 @@
|
|||||||
[submodule "linux"]
|
[submodule "linux"]
|
||||||
path = linux
|
path = linux
|
||||||
url = https://github.com/riscv/riscv-linux.git
|
url = https://github.com/klemens/riscv-linux.git
|
||||||
[submodule "buildroot"]
|
[submodule "buildroot"]
|
||||||
path = buildroot
|
path = buildroot
|
||||||
url = https://github.com/sifive/buildroot.git
|
url = https://github.com/sifive/buildroot.git
|
||||||
|
@ -47,6 +47,7 @@ CONFIG_MICROSEMI_PHY=y
|
|||||||
# CONFIG_INPUT_KEYBOARD is not set
|
# CONFIG_INPUT_KEYBOARD is not set
|
||||||
# CONFIG_INPUT_MOUSE is not set
|
# CONFIG_INPUT_MOUSE is not set
|
||||||
# CONFIG_VT is not set
|
# CONFIG_VT is not set
|
||||||
|
CONFIG_ML507_TTY=y
|
||||||
CONFIG_SERIAL_8250=y
|
CONFIG_SERIAL_8250=y
|
||||||
CONFIG_SERIAL_8250_CONSOLE=y
|
CONFIG_SERIAL_8250_CONSOLE=y
|
||||||
# CONFIG_SERIAL_8250_PCI is not set
|
# CONFIG_SERIAL_8250_PCI is not set
|
||||||
@ -91,7 +92,7 @@ CONFIG_TMPFS=y
|
|||||||
# CONFIG_MISC_FILESYSTEMS is not set
|
# CONFIG_MISC_FILESYSTEMS is not set
|
||||||
# CONFIG_NETWORK_FILESYSTEMS is not set
|
# CONFIG_NETWORK_FILESYSTEMS is not set
|
||||||
CONFIG_CMDLINE_BOOL=y
|
CONFIG_CMDLINE_BOOL=y
|
||||||
CONFIG_CMDLINE="earlyprintk"
|
CONFIG_CMDLINE="earlyprintk console=ttyML0 console=ttySI0,115200"
|
||||||
CONFIG_PRINTK_TIME=y
|
CONFIG_PRINTK_TIME=y
|
||||||
CONFIG_STRIP_ASM_SYMS=y
|
CONFIG_STRIP_ASM_SYMS=y
|
||||||
CONFIG_DEBUG_SECTION_MISMATCH=y
|
CONFIG_DEBUG_SECTION_MISMATCH=y
|
||||||
|
2
linux
2
linux
@ -1 +1 @@
|
|||||||
Subproject commit 2751b6aad368956233d232e112091394a99f3e4b
|
Subproject commit 37a95e566d3c3bbc6520c662e8322c2b3d057fae
|
Loading…
Reference in New Issue
Block a user