summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-01-13 08:58:36 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2023-01-19 11:10:14 +0000
commit62b802dff4c722b4bc5ac132b3654121b9f28984 (patch)
tree2a74475021a77549fce83928ed0ac0c113aea747
parent13c628be3b4cfdfe7518332a4acd81b3f85eedd5 (diff)
apalis-imx8: defconfig clean-up
- Remove non-existent CONFIG_EVENT - Cleanup via savedefconfig Upstream-Status: Inappropriate [other] CONFIG_EVENT does not exist in this version of downstream, but does exist and used on mainline. Also, clean-up via savedefconfig - this will make sure future cherry-pics or merges apply without or with less conflicts. Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
-rw-r--r--configs/apalis-imx8_defconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig
index 875336e0d5..7725dc0f3d 100644
--- a/configs/apalis-imx8_defconfig
+++ b/configs/apalis-imx8_defconfig
@@ -11,10 +11,9 @@ CONFIG_ENV_OFFSET=0xFFFFDE00
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-imx8qm-apalis"
CONFIG_TARGET_APALIS_IMX8=y
-CONFIG_SYS_PROMPT="Apalis iMX8 # "
-CONFIG_SYS_LOAD_ADDR=0x95400000
CONFIG_DISTRO_DEFAULTS=y
CONFIG_REMAKE_ELF=y
+CONFIG_SYS_LOAD_ADDR=0x95400000
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_SYSTEM_SETUP=y
@@ -24,8 +23,8 @@ CONFIG_PREBOOT="test -n ${fdtfile} || setenv fdtfile ${soc}-apalis${variant}-${f
CONFIG_LOG=y
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_DISPLAY_BOARDINFO_LATE=y
-CONFIG_EVENT=y
CONFIG_BOARD_EARLY_INIT_F=y
+CONFIG_SYS_PROMPT="Apalis iMX8 # "
CONFIG_CMD_CPU=y
# CONFIG_BOOTM_NETBSD is not set
CONFIG_CMD_ASKENV=y