mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
defconfig: enlarge rom, enable mtc
Change-Id: I68bd115cc1d76fdf603ff5ef1bf1bf5efd6983b9
This commit is contained in:
parent
f426d46a0e
commit
049712c285
1 changed files with 5 additions and 1 deletions
|
@ -1,8 +1,12 @@
|
|||
CONFIG_ANY_TOOLCHAIN=y
|
||||
CONFIG_USE_BLOBS=y
|
||||
CONFIG_VENDOR_NINTENDO=y
|
||||
# CONFIG_POST_DEVICE is not set
|
||||
CONFIG_COREBOOT_ROMSIZE_KB_512=y
|
||||
CONFIG_COREBOOT_ROMSIZE_KB_1024=y
|
||||
CONFIG_CONSOLE_SERIAL_TEGRA210_UARTB=y
|
||||
CONFIG_HAVE_MTC=y
|
||||
CONFIG_HAVE_MTC_TABLES=y
|
||||
CONFIG_MTC_TABLES_DIRECTORY="../shofel2/mtc_tables"
|
||||
CONFIG_DEFAULT_CONSOLE_LOGLEVEL_6=y
|
||||
CONFIG_PAYLOAD_ELF=y
|
||||
CONFIG_PAYLOAD_FILE="../u-boot/u-boot.elf"
|
||||
|
|
Loading…
Add table
Reference in a new issue