summaryrefslogtreecommitdiff
path: root/configs/apple_m1_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-11-01 12:19:22 +0000
committerTom Rini <trini@konsulko.com>2021-11-01 12:19:22 +0000
commit9802154a94d6a22c5e1b4750d1b573c51afeb8fd (patch)
tree81b15db4e0fa94baae664f6fb92cb3a5f953732d /configs/apple_m1_defconfig
parentdaaa10fddb5d9076601473bc53409ab74f04c048 (diff)
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/apple_m1_defconfig')
-rw-r--r--configs/apple_m1_defconfig20
1 files changed, 9 insertions, 11 deletions
diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig
index d71cbfd043..cb235e4e7d 100644
--- a/configs/apple_m1_defconfig
+++ b/configs/apple_m1_defconfig
@@ -1,20 +1,18 @@
CONFIG_ARM=y
CONFIG_ARCH_APPLE=y
CONFIG_DEFAULT_DEVICE_TREE="t8103-j274"
+CONFIG_DEBUG_UART_BASE=0x235200000
+CONFIG_DEBUG_UART_CLOCK=240000
+CONFIG_DEBUG_UART=y
+CONFIG_SYS_LOAD_ADDR=0x880000000
+CONFIG_USE_PREBOOT=y
# CONFIG_DISPLAY_CPUINFO is not set
-# CONFIG_MMC is not set
-# CONFIG_NET is not set
-CONFIG_VIDEO_SIMPLE=y
CONFIG_DISPLAY_BOARDINFO_LATE=y
+# CONFIG_NET is not set
+# CONFIG_MMC is not set
+CONFIG_DEBUG_UART_ANNOUNCE=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_KEYBOARD=y
-CONFIG_USB_STORAGE=y
-CONFIG_USE_PREBOOT=y
-CONFIG_PREBOOT="usb start"
-CONFIG_SYS_LOAD_ADDR=0x880000000
+CONFIG_VIDEO_SIMPLE=y
# CONFIG_GENERATE_SMBIOS_TABLE is not set
-CONFIG_DEBUG_UART=y
-CONFIG_DEBUG_UART_ANNOUNCE=y
-CONFIG_DEBUG_UART_BASE=0x235200000
-CONFIG_DEBUG_UART_CLOCK=240000