Skip to content

Instantly share code, notes, and snippets.

Created January 21, 2018 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/49a4cc7fae88bafdc1f9bca6b76019d2 to your computer and use it in GitHub Desktop.
Save anonymous/49a4cc7fae88bafdc1f9bca6b76019d2 to your computer and use it in GitHub Desktop.
--- .config-ok 2018-01-21 11:42:52.511069463 -0800
+++ .config 2018-01-21 11:47:02.068365823 -0800
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# U-Boot 2018.01-rc2 Configuration
+# U-Boot 2018.01 Configuration
#
CONFIG_CREATE_ARCH_SYMLINK=y
# CONFIG_ARC is not set
@@ -11,6 +11,7 @@
# CONFIG_NDS32 is not set
# CONFIG_NIOS2 is not set
# CONFIG_PPC is not set
+# CONFIG_RISCV is not set
# CONFIG_SANDBOX is not set
# CONFIG_SH is not set
# CONFIG_X86 is not set
@@ -119,6 +120,7 @@
# CONFIG_TARGET_POPLAR is not set
# CONFIG_TARGET_LS1012AQDS is not set
# CONFIG_TARGET_LS1012ARDB is not set
+# CONFIG_TARGET_LS1012A2G5RDB is not set
# CONFIG_TARGET_LS1012AFRDM is not set
# CONFIG_TARGET_LS1088ARDB is not set
# CONFIG_TARGET_LS1021AQDS is not set
@@ -364,6 +366,7 @@
# CONFIG_SPL_EXT_SUPPORT is not set
# CONFIG_SPL_FPGA_SUPPORT is not set
# CONFIG_SPL_I2C_SUPPORT is not set
+# CONFIG_SPL_MMC_WRITE is not set
# CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT is not set
# CONFIG_SPL_MTD_SUPPORT is not set
# CONFIG_SPL_MUSB_NEW_SUPPORT is not set
@@ -385,6 +388,7 @@
# CONFIG_SPL_USB_GADGET_SUPPORT is not set
# CONFIG_SPL_YMODEM_SUPPORT is not set
CONFIG_SPL_ATF=y
+# CONFIG_SPL_ATF_NO_PLATFORM_PARAM is not set
#
# Command line interface
@@ -563,6 +567,11 @@
# CONFIG_CMD_UUID is not set
#
+# TI specific command line interface
+#
+# CONFIG_CMD_DDR3 is not set
+
+#
# Power commands
#
# CONFIG_CMD_REGULATOR is not set
@@ -649,6 +658,7 @@
# CONFIG_ENV_IS_NOWHERE is not set
# CONFIG_ENV_IS_IN_EEPROM is not set
# CONFIG_ENV_IS_IN_FAT is not set
+# CONFIG_ENV_IS_IN_EXT4 is not set
# CONFIG_ENV_IS_IN_FLASH is not set
CONFIG_ENV_IS_IN_MMC=y
# CONFIG_ENV_IS_IN_NAND is not set
@@ -821,7 +831,15 @@
# MMC Host controller Support
#
CONFIG_MMC=y
+CONFIG_MMC_WRITE=y
# CONFIG_DM_MMC is not set
+CONFIG_MMC_QUIRKS=y
+CONFIG_MMC_HW_PARTITIONING=y
+# CONFIG_MMC_IO_VOLTAGE is not set
+# CONFIG_SPL_MMC_IO_VOLTAGE is not set
+# CONFIG_MMC_HS200_SUPPORT is not set
+# CONFIG_SPL_MMC_HS200_SUPPORT is not set
+# CONFIG_MMC_VERBOSE is not set
# CONFIG_SPL_MMC_TINY is not set
# CONFIG_MMC_DW is not set
# CONFIG_MMC_MXC is not set
@@ -870,6 +888,8 @@
# CONFIG_SUN7I_GMAC is not set
# CONFIG_SUN4I_EMAC is not set
# CONFIG_SUN8I_EMAC is not set
+# CONFIG_SH_ETHER is not set
+# CONFIG_SYS_DPAA_QBMAN is not set
# CONFIG_PCI is not set
#
@@ -997,6 +1017,7 @@
# CONFIG_USB_EHCI_MSM is not set
# CONFIG_USB_EHCI_PCI is not set
# CONFIG_USB_EHCI_GENERIC is not set
+# CONFIG_USB_EHCI_FSL is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_UHCI_HCD is not set
# CONFIG_USB_DWC2 is not set
@@ -1098,6 +1119,7 @@
# CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED is not set
CONFIG_SYS_HZ=1000
CONFIG_USE_TINY_PRINTF=y
+# CONFIG_PANIC_HANG is not set
CONFIG_REGEX=y
# CONFIG_LIB_RAND is not set
# CONFIG_SPL_TINY_MEMSET is not set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment