Rename the variable and add ENV_ prefix, so that all configuration options which are related to environment would have an CONFIG_ENV_ prefix. No functional change. Use ENV_MMC_EMMC_HW_PARTITION to clarify this is the eMMC hardware partition selector, not a software partition table entry selector. Retain the ENV_MMC_ prefix to make it easier to search for all the SD/MMC related ENV options. Update the help text accordingly. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
CONFIG_ARM=y
|
|
CONFIG_SYS_HAS_NONCACHED_MEMORY=y
|
|
CONFIG_COUNTER_FREQUENCY=19200000
|
|
CONFIG_SYS_L2CACHE_OFF=y
|
|
CONFIG_ARCH_TEGRA=y
|
|
CONFIG_TEXT_BASE=0x80080000
|
|
CONFIG_NR_DRAM_BANKS=1026
|
|
CONFIG_ENV_SIZE=0x2000
|
|
CONFIG_ENV_OFFSET=0xFFFFE000
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra186-p2771-0000-500"
|
|
CONFIG_SYS_BOOTM_LEN=0x800000
|
|
CONFIG_SYS_LOAD_ADDR=0x80080000
|
|
CONFIG_TEGRA186=y
|
|
CONFIG_PCI=y
|
|
CONFIG_OF_BOARD_SETUP=y
|
|
CONFIG_OF_SYSTEM_SETUP=y
|
|
CONFIG_SYS_PBSIZE=2093
|
|
CONFIG_CONSOLE_MUX=y
|
|
CONFIG_SYS_STDIO_DEREGISTER=y
|
|
CONFIG_SYS_PROMPT="Tegra186 (P2771-0000-500) # "
|
|
# CONFIG_CMD_IMI is not set
|
|
CONFIG_CMD_GPIO=y
|
|
CONFIG_CMD_I2C=y
|
|
CONFIG_CMD_MMC=y
|
|
CONFIG_CMD_PCI=y
|
|
CONFIG_CMD_POWEROFF=y
|
|
CONFIG_CMD_SPI=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_BOOTP_PREFER_SERVERIP=y
|
|
CONFIG_CMD_EXT4_WRITE=y
|
|
CONFIG_ENV_OVERWRITE=y
|
|
CONFIG_ENV_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_ENV_MMC_EMMC_HW_PARTITION=2
|
|
CONFIG_SYS_I2C_TEGRA=y
|
|
CONFIG_TEGRA186_BPMP_I2C=y
|
|
CONFIG_DWC_ETH_QOS=y
|
|
CONFIG_E1000=y
|
|
CONFIG_RTL8169=y
|
|
CONFIG_PCI_TEGRA=y
|
|
CONFIG_POWER_DOMAIN=y
|
|
CONFIG_TEGRA186_POWER_DOMAIN=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_USB=y
|