sandbox: fix build error due to missing struct udevice definition
[oweals/u-boot.git] / configs / hikey960_defconfig
1 CONFIG_ARM=y
2 CONFIG_TARGET_HIKEY960=y
3 CONFIG_SYS_TEXT_BASE=0x1ac98000
4 CONFIG_SYS_MALLOC_F_LEN=0x2000
5 CONFIG_NR_DRAM_BANKS=1
6 CONFIG_IDENT_STRING="\nHikey960"
7 CONFIG_DISTRO_DEFAULTS=y
8 CONFIG_BOOTDELAY=3
9 CONFIG_USE_BOOTARGS=y
10 CONFIG_BOOTARGS="console=ttyAMA6,115200n8 root=/dev/mmcblk0p2 rw"
11 CONFIG_MISC_INIT_R=y
12 # CONFIG_DISPLAY_CPUINFO is not set
13 # CONFIG_DISPLAY_BOARDINFO is not set
14 CONFIG_BOARD_EARLY_INIT_F=y
15 CONFIG_SYS_PROMPT="U-Boot => "
16 CONFIG_CMD_MD5SUM=y
17 CONFIG_CMD_MEMINFO=y
18 CONFIG_CMD_GPT=y
19 CONFIG_CMD_MMC=y
20 CONFIG_DEFAULT_DEVICE_TREE="hi3660-hikey960"
21 CONFIG_ENV_IS_IN_EXT4=y
22 CONFIG_ENV_EXT4_INTERFACE="mmc"
23 CONFIG_ENV_EXT4_DEVICE_AND_PART="0:2"
24 CONFIG_ENV_EXT4_FILE="/uboot.env"
25 CONFIG_DM_MMC=y
26 CONFIG_MMC_DW=y
27 CONFIG_MMC_DW_K3=y
28 CONFIG_PINCTRL=y
29 CONFIG_PINCTRL_SINGLE=y
30 CONFIG_OF_LIBFDT_OVERLAY=y