defconfig: enlarge rom, enable mtc

Change-Id: I68bd115cc1d76fdf603ff5ef1bf1bf5efd6983b9
This commit is contained in:
Andre Heider 2018-02-18 09:54:39 +01:00 committed by SwtcR
parent f426d46a0e
commit 049712c285

View file

@ -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"