aboutsummaryrefslogtreecommitdiff
path: root/configs/starqltechn_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-04-08 13:36:51 -0400
committerTom Rini <trini@konsulko.com>2022-04-08 13:36:51 -0400
commitd46e86d25c2a504b3e2e4ab17d70b2f0be440f34 (patch)
tree0d66c84d42423b3d82dfc547ba3966c61dcf486e /configs/starqltechn_defconfig
parent909d2120e27964a9cfdc8d254cd8fa5a0e1345a7 (diff)
downloadu-boot-d46e86d25c2a504b3e2e4ab17d70b2f0be440f34.zip
u-boot-d46e86d25c2a504b3e2e4ab17d70b2f0be440f34.tar.gz
u-boot-d46e86d25c2a504b3e2e4ab17d70b2f0be440f34.tar.bz2
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/starqltechn_defconfig')
-rw-r--r--configs/starqltechn_defconfig23
1 files changed, 9 insertions, 14 deletions
diff --git a/configs/starqltechn_defconfig b/configs/starqltechn_defconfig
index 75e8409..e3b2f7c 100644
--- a/configs/starqltechn_defconfig
+++ b/configs/starqltechn_defconfig
@@ -3,17 +3,18 @@ CONFIG_SKIP_LOWLEVEL_INIT=y
CONFIG_POSITION_INDEPENDENT=y
CONFIG_ARCH_SNAPDRAGON=y
CONFIG_DEFAULT_DEVICE_TREE="starqltechn"
-CONFIG_BOOTDELAY=0
-CONFIG_FIT=y
-CONFIG_FIT_VERBOSE=y
CONFIG_TARGET_STARQLTECHN=y
CONFIG_IDENT_STRING="\nSamsung S9 SM-G9600"
CONFIG_SYS_LOAD_ADDR=0x80000000
-CONFIG_LMB_MAX_REGIONS=64
+CONFIG_FIT=y
+CONFIG_FIT_VERBOSE=y
+CONFIG_BOOTDELAY=0
+CONFIG_SAVE_PREV_BL_FDT_ADDR=y
+CONFIG_SAVE_PREV_BL_INITRAMFS_START_ADDR=y
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_HUSH_PARSER=y
CONFIG_CMD_GPIO=y
-# CONFIG_REQUIRE_SERIAL_CONSOLE is not set
+CONFIG_CMD_BMP=y
# CONFIG_NET is not set
# CONFIG_DM_STDIO is not set
CONFIG_CLK=y
@@ -22,16 +23,10 @@ CONFIG_PM8916_GPIO=y
CONFIG_PINCTRL=y
CONFIG_DM_PMIC=y
CONFIG_PMIC_PM8916=y
-# CONFIG_MSM_GENI_SERIAL is not set
+# CONFIG_REQUIRE_SERIAL_CONSOLE is not set
CONFIG_SPMI_MSM=y
-CONFIG_LINUX_KERNEL_IMAGE_HEADER=y
-CONFIG_SAVE_PREV_BL_INITRAMFS_START_ADDR=y
-CONFIG_SAVE_PREV_BL_FDT_ADDR=y
CONFIG_DM_VIDEO=y
-CONFIG_VIDEO_LOGO=y
-CONFIG_CMD_VIDCONSOLE=y
-CONFIG_CONSOLE_NORMAL=y
CONFIG_SYS_WHITE_ON_BLACK=y
-CONFIG_VIDEO_DT_SIMPLEFB=y
CONFIG_VIDEO_SIMPLE=y
-CONFIG_CMD_BMP=y
+CONFIG_VIDEO_DT_SIMPLEFB=y
+CONFIG_LMB_MAX_REGIONS=64