]> Git Repo - J-u-boot.git/blob - configs/cortina_presidio-asic-emmc_defconfig
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh into next
[J-u-boot.git] / configs / cortina_presidio-asic-emmc_defconfig
1 CONFIG_ARM=y
2 CONFIG_COUNTER_FREQUENCY=25000000
3 # CONFIG_SYS_ARCH_TIMER is not set
4 CONFIG_TARGET_PRESIDIO_ASIC=y
5 CONFIG_TEXT_BASE=0x04000000
6 CONFIG_SYS_MALLOC_LEN=0x820000
7 CONFIG_SYS_MALLOC_F_LEN=0x400
8 CONFIG_NR_DRAM_BANKS=1
9 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
10 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x100000
11 CONFIG_ENV_SIZE=0x20000
12 CONFIG_DM_GPIO=y
13 CONFIG_DEFAULT_DEVICE_TREE="ca-presidio-engboard"
14 CONFIG_SYS_BOOTM_LEN=0xc00000
15 CONFIG_SYS_LOAD_ADDR=0x10000000
16 CONFIG_IDENT_STRING="Presidio-SoC"
17 CONFIG_REMAKE_ELF=y
18 CONFIG_SUPPORT_RAW_INITRD=y
19 CONFIG_SHOW_BOOT_PROGRESS=y
20 CONFIG_BOOTDELAY=3
21 CONFIG_SYS_CBSIZE=256
22 CONFIG_SYS_PBSIZE=276
23 CONFIG_BOARD_EARLY_INIT_R=y
24 CONFIG_SYS_PROMPT="G3#"
25 CONFIG_CMD_I2C=y
26 CONFIG_CMD_MMC=y
27 CONFIG_CMD_WDT=y
28 CONFIG_BOOTP_BOOTFILESIZE=y
29 CONFIG_CMD_CACHE=y
30 CONFIG_CMD_TIMER=y
31 CONFIG_CMD_SMC=y
32 CONFIG_CMD_EXT2=y
33 CONFIG_CMD_EXT4=y
34 CONFIG_OF_CONTROL=y
35 CONFIG_OF_LIVE=y
36 CONFIG_CORTINA_GPIO=y
37 CONFIG_DM_I2C=y
38 CONFIG_SYS_I2C_CA=y
39 CONFIG_MMC_DW=y
40 CONFIG_MMC_DW_CORTINA=y
41 CONFIG_PHYLIB=y
42 CONFIG_CORTINA_NI_ENET=y
43 CONFIG_DM_SERIAL=y
44 CONFIG_CORTINA_UART=y
45 CONFIG_WDT=y
46 CONFIG_WDT_CORTINA=y
This page took 0.029873 seconds and 4 git commands to generate.