forked from OERV-BSP/u-boot
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. Also rename USE_DEFAULT_ENV_FILE to USE_ENV_DEFAULT_ENV_TEXT_FILE . Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
30 lines
944 B
Plaintext
30 lines
944 B
Plaintext
# Settings for phones
|
|
CONFIG_ENV_DEFAULT_ENV_TEXT_FILE="board/qualcomm/qcom-phone.env"
|
|
# Hang on panic so the error message can be read
|
|
CONFIG_PANIC_HANG=y
|
|
# We use pause in various places to allow text to be read
|
|
# before it scrolls off the screen
|
|
CONFIG_CMD_PAUSE=y
|
|
CONFIG_BOOT_RETRY=y
|
|
CONFIG_BOOT_RETRY_TIME=1
|
|
CONFIG_BUTTON_REMAP_PHONE_KEYS=y
|
|
CONFIG_RETRY_BOOTCMD=y
|
|
CONFIG_FASTBOOT_BUF_ADDR=0x1A000000
|
|
CONFIG_USB_FUNCTION_FASTBOOT=y
|
|
CONFIG_USB_FUNCTION_ACM=y
|
|
CONFIG_CMD_UMS_ABORT_KEYED=y
|
|
|
|
# Record all console output and let it be dumped via fastboot
|
|
CONFIG_CONSOLE_RECORD=y
|
|
CONFIG_CONSOLE_RECORD_INIT_F=y
|
|
CONFIG_CONSOLE_RECORD_OUT_SIZE=0x6000
|
|
CONFIG_FASTBOOT_CMD_OEM_CONSOLE=y
|
|
|
|
# Only MMC is supported by fastboot currently, but this is still useful.
|
|
CONFIG_FASTBOOT_FLASH=y
|
|
CONFIG_FASTBOOT_FLASH_MMC_DEV=0
|
|
CONFIG_FASTBOOT_OEM_RUN=y
|
|
|
|
# Many phones don't actually define a serial port in their DTS
|
|
# CONFIG_REQUIRE_SERIAL_CONSOLE is not set
|