f113d7d303
This converts the following to Kconfig: CONFIG_SPL_STACK Signed-off-by: Tom Rini <trini@konsulko.com>
16 lines
376 B
Plaintext
16 lines
376 B
Plaintext
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_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
|