Andre Przywara | e7bd15e | 2017-02-16 01:20:29 +0000 | [diff] [blame] | 1 | CONFIG_ARM=y |
| 2 | CONFIG_ARCH_SUNXI=y |
Tom Rini | d168bcb | 2019-04-29 15:54:04 -0400 | [diff] [blame] | 3 | CONFIG_NR_DRAM_BANKS=1 |
Tom Rini | c9542ea | 2018-04-07 20:27:54 -0400 | [diff] [blame] | 4 | CONFIG_SPL=y |
Andre Przywara | e7bd15e | 2017-02-16 01:20:29 +0000 | [diff] [blame] | 5 | CONFIG_MACH_SUN50I_H5=y |
Andre Przywara | e7bd15e | 2017-02-16 01:20:29 +0000 | [diff] [blame] | 6 | CONFIG_DRAM_CLK=672 |
| 7 | CONFIG_DRAM_ZQ=3881977 |
Paul Kocialkowski | 9d0f9e8 | 2019-03-14 11:36:16 +0100 | [diff] [blame] | 8 | # CONFIG_DRAM_ODT_EN is not set |
Icenowy Zheng | a8df97d | 2017-07-04 18:43:11 +0800 | [diff] [blame] | 9 | CONFIG_MACPWR="PD6" |
Tom Rini | c9542ea | 2018-04-07 20:27:54 -0400 | [diff] [blame] | 10 | CONFIG_SPL_SPI_SUNXI=y |
Andre Przywara | e7bd15e | 2017-02-16 01:20:29 +0000 | [diff] [blame] | 11 | # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set |
Simon Glass | 37304aa | 2019-07-20 20:51:14 -0600 | [diff] [blame] | 12 | CONFIG_USE_PREBOOT=y |
Hannes Schmelzer | 1ee774d | 2019-08-22 15:41:46 +0200 | [diff] [blame] | 13 | CONFIG_SYS_SPI_U_BOOT_OFFS=0x8000 |
Andre Przywara | e7bd15e | 2017-02-16 01:20:29 +0000 | [diff] [blame] | 14 | # CONFIG_SPL_DOS_PARTITION is not set |
Andre Przywara | e7bd15e | 2017-02-16 01:20:29 +0000 | [diff] [blame] | 15 | # CONFIG_SPL_EFI_PARTITION is not set |
Tom Rini | 8c5cad0 | 2018-09-03 15:26:12 -0400 | [diff] [blame] | 16 | CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-pc2" |
Tom Rini | 8d8ee47 | 2019-11-12 22:46:36 -0500 | [diff] [blame] | 17 | CONFIG_SYS_RELOC_GD_ENV_ADDR=y |
Andre Przywara | e7bd15e | 2017-02-16 01:20:29 +0000 | [diff] [blame] | 18 | CONFIG_SUN8I_EMAC=y |
| 19 | CONFIG_USB_EHCI_HCD=y |
Tom Rini | 7ae2729 | 2019-02-07 14:53:03 -0500 | [diff] [blame] | 20 | CONFIG_USB_OHCI_HCD=y |
Jagan Teki | 937ddf2 | 2018-05-07 13:03:49 +0530 | [diff] [blame] | 21 | CONFIG_USB_MUSB_GADGET=y |
Tom Rini | ecad705 | 2017-08-25 17:50:26 -0400 | [diff] [blame] | 22 | CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y |