diff options
author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2023-03-27 10:23:29 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2023-04-04 09:35:39 +0200 |
commit | 7ef55171087ebe51917612d89fae8cc75a2d5ffe (patch) | |
tree | d46257657f5ff50a05c067f54798a6c244020894 /configs | |
parent | 95942f99a7057359c07bf383214d57154e2466fe (diff) | |
download | u-boot-7ef55171087ebe51917612d89fae8cc75a2d5ffe.zip u-boot-7ef55171087ebe51917612d89fae8cc75a2d5ffe.tar.gz u-boot-7ef55171087ebe51917612d89fae8cc75a2d5ffe.tar.bz2 |
configs: tqma6: switch to DM_SERIAL
Usage without DM_SERIAL is deprecated. Fix this.
Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/tqma6dl_mba6_mmc_defconfig | 2 | ||||
-rw-r--r-- | configs/tqma6dl_mba6_spi_defconfig | 2 | ||||
-rw-r--r-- | configs/tqma6q_mba6_mmc_defconfig | 2 | ||||
-rw-r--r-- | configs/tqma6q_mba6_spi_defconfig | 2 | ||||
-rw-r--r-- | configs/tqma6s_mba6_mmc_defconfig | 2 | ||||
-rw-r--r-- | configs/tqma6s_mba6_spi_defconfig | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/configs/tqma6dl_mba6_mmc_defconfig b/configs/tqma6dl_mba6_mmc_defconfig index a02ee92..3f19430 100644 --- a/configs/tqma6dl_mba6_mmc_defconfig +++ b/configs/tqma6dl_mba6_mmc_defconfig @@ -61,4 +61,4 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_PFUZE100=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y -# CONFIG_SPECIFY_CONSOLE_INDEX is not set +CONFIG_DM_SERIAL=y diff --git a/configs/tqma6dl_mba6_spi_defconfig b/configs/tqma6dl_mba6_spi_defconfig index 8f7e0ac..1a30d58 100644 --- a/configs/tqma6dl_mba6_spi_defconfig +++ b/configs/tqma6dl_mba6_spi_defconfig @@ -65,4 +65,4 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_PFUZE100=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y -# CONFIG_SPECIFY_CONSOLE_INDEX is not set +CONFIG_DM_SERIAL=y diff --git a/configs/tqma6q_mba6_mmc_defconfig b/configs/tqma6q_mba6_mmc_defconfig index 48822f3..aa3ee0e 100644 --- a/configs/tqma6q_mba6_mmc_defconfig +++ b/configs/tqma6q_mba6_mmc_defconfig @@ -61,4 +61,4 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_PFUZE100=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y -# CONFIG_SPECIFY_CONSOLE_INDEX is not set +CONFIG_DM_SERIAL=y diff --git a/configs/tqma6q_mba6_spi_defconfig b/configs/tqma6q_mba6_spi_defconfig index ed77426..5407d09 100644 --- a/configs/tqma6q_mba6_spi_defconfig +++ b/configs/tqma6q_mba6_spi_defconfig @@ -65,4 +65,4 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_PFUZE100=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y -# CONFIG_SPECIFY_CONSOLE_INDEX is not set +CONFIG_DM_SERIAL=y diff --git a/configs/tqma6s_mba6_mmc_defconfig b/configs/tqma6s_mba6_mmc_defconfig index 9400c64..84eb98f 100644 --- a/configs/tqma6s_mba6_mmc_defconfig +++ b/configs/tqma6s_mba6_mmc_defconfig @@ -61,4 +61,4 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_PFUZE100=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y -# CONFIG_SPECIFY_CONSOLE_INDEX is not set +CONFIG_DM_SERIAL=y diff --git a/configs/tqma6s_mba6_spi_defconfig b/configs/tqma6s_mba6_spi_defconfig index ddbf9a7..76e447a 100644 --- a/configs/tqma6s_mba6_spi_defconfig +++ b/configs/tqma6s_mba6_spi_defconfig @@ -65,4 +65,4 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_PFUZE100=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y -# CONFIG_SPECIFY_CONSOLE_INDEX is not set +CONFIG_DM_SERIAL=y |