]> Git Repo - J-u-boot.git/blobdiff - configs/mk802_defconfig
Convert CONFIG_SPL_STACK to Kconfig
[J-u-boot.git] / configs / mk802_defconfig
index 077c21f4224d2ce90f6cbcaa894ef4419ce9740a..0fd8d3adbd21e60450ee977daa85394fdda2b2d6 100644 (file)
@@ -1,10 +1,15 @@
 CONFIG_ARM=y
 CONFIG_ARCH_SUNXI=y
+CONFIG_DEFAULT_DEVICE_TREE="sun4i-a10-mk802"
 CONFIG_SPL=y
 CONFIG_MACH_SUN4I=y
 CONFIG_USB2_VBUS_PIN="PH12"
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
-CONFIG_DEFAULT_DEVICE_TREE="sun4i-a10-mk802"
+CONFIG_SPL_STACK=0x8000
+CONFIG_SYS_PBSIZE=1024
+CONFIG_SYS_I2C_MVTWSI=y
+CONFIG_SYS_I2C_SLAVE=0x7f
+CONFIG_SYS_I2C_SPEED=400000
 CONFIG_SUNXI_NO_PMIC=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_OHCI_HCD=y
This page took 0.02978 seconds and 4 git commands to generate.