]> git.ipfire.org Git - people/ms/u-boot.git/blob - configs/hikey_defconfig
common: Move CONFIG_BOOTARGS to Kconfig
[people/ms/u-boot.git] / configs / hikey_defconfig
1 CONFIG_ARM=y
2 CONFIG_SYS_MALLOC_F_LEN=0x2000
3 CONFIG_IDENT_STRING="hikey"
4 CONFIG_DEFAULT_DEVICE_TREE="hi6220-hikey"
5 CONFIG_DISTRO_DEFAULTS=y
6 CONFIG_ENV_IS_IN_FAT=y
7 CONFIG_ENV_FAT_INTERFACE="mmc"
8 CONFIG_ENV_FAT_DEVICE_AND_PART="1:1"
9 CONFIG_USE_BOOTARGS=y
10 CONFIG_BOOTARGS="console=ttyAMA0,115200n8 root=/dev/mmcblk0p9 rw"
11 # CONFIG_DISPLAY_CPUINFO is not set
12 # CONFIG_DISPLAY_BOARDINFO is not set
13 CONFIG_BOARD_EARLY_INIT_F=y
14 # CONFIG_CMD_IMLS is not set
15 CONFIG_CMD_UNZIP=y
16 CONFIG_CMD_MMC=y
17 CONFIG_CMD_USB=y
18 CONFIG_CMD_GPIO=y
19 CONFIG_CMD_CACHE=y
20 CONFIG_MMC_DW=y
21 CONFIG_MMC_DW_K3=y
22 CONFIG_USB=y
23 CONFIG_USB_DWC2=y
24 CONFIG_USB_STORAGE=y
25 CONFIG_OF_LIBFDT_OVERLAY=y