mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 12:36:03 +01:00
# Conflicts: # arch/arm/mach-sunxi/Kconfig # configs/A13-OLinuXinoM_defconfig # configs/A13-OLinuXino_defconfig # configs/A20-OLinuXino-Lime2_defconfig # configs/A20-Olimex-SOM204-EVB_defconfig # configs/A33-OLinuXino_defconfig # configs/Ainol_AW1_defconfig # configs/Ampe_A76_defconfig # configs/Cubietruck_defconfig # configs/Empire_electronix_d709_defconfig # configs/Empire_electronix_m712_defconfig # configs/Wobo_i5_defconfig # configs/Yones_Toptech_BS1078_V2_defconfig # configs/bananapi_m2_berry_defconfig # configs/colorfly_e708_q1_defconfig # configs/difrnce_dit4350_defconfig # configs/dserve_dsrv9703c_defconfig # configs/gt90h_v4_defconfig # configs/iNet_3F_defconfig # configs/iNet_3W_defconfig # configs/iNet_D978_rev2_defconfig # configs/icnova-a20-swac_defconfig # configs/inet86dz_defconfig # configs/inet98v_rev2_defconfig # configs/inet_q972_defconfig # configs/polaroid_mid2407pxe03_defconfig # configs/polaroid_mid2809pxe04_defconfig # configs/q8_a13_tablet_defconfig # configs/q8_a23_tablet_800x480_defconfig # configs/q8_a33_tablet_1024x600_defconfig # configs/q8_a33_tablet_800x480_defconfig
26 lines
611 B
Plaintext
26 lines
611 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="sun8i-r40-bananapi-m2-ultra"
|
|
CONFIG_SPL=y
|
|
CONFIG_MACH_SUN8I_R40=y
|
|
CONFIG_DRAM_CLK=576
|
|
CONFIG_MACPWR="PA17"
|
|
CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
|
# CONFIG_HAS_ARMV7_SECURE_BASE is not set
|
|
CONFIG_AHCI=y
|
|
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
|
|
CONFIG_SPL_I2C=y
|
|
CONFIG_SCSI_AHCI=y
|
|
CONFIG_SYS_64BIT_LBA=y
|
|
CONFIG_SYS_I2C_MVTWSI=y
|
|
CONFIG_SYS_I2C_SLAVE=0x7f
|
|
CONFIG_SYS_I2C_SPEED=400000
|
|
CONFIG_RGMII=y
|
|
CONFIG_SUN8I_EMAC=y
|
|
CONFIG_DM_REGULATOR_FIXED=y
|
|
CONFIG_AXP_DLDO4_VOLT=2500
|
|
CONFIG_AXP_ELDO3_VOLT=1200
|
|
CONFIG_SCSI=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_OHCI_HCD=y
|