diff mbox series

[1/5] configs: imx8mp_beacon: Do not set SYS_CONSOLE_IS_IN_ENV

Message ID 20231025230456.7924-1-aford173@gmail.com
State Accepted
Commit dc48e263a60d15236369e43944ef2e3a0d613a23
Delegated to: Stefano Babic
Headers show
Series [1/5] configs: imx8mp_beacon: Do not set SYS_CONSOLE_IS_IN_ENV | expand

Commit Message

Adam Ford Oct. 25, 2023, 11:04 p.m. UTC
The hardware only supports a specific console port, so  remove the
option to change the console location in the environment.

Signed-off-by: Adam Ford <aford173@gmail.com>
---
 configs/imx8mp_beacon_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Fabio Estevam Oct. 26, 2023, 2:20 p.m. UTC | #1
On Wed, Oct 25, 2023 at 8:05 PM Adam Ford <aford173@gmail.com> wrote:
>
> The hardware only supports a specific console port, so  remove the
> option to change the console location in the environment.
>
> Signed-off-by: Adam Ford <aford173@gmail.com>

For the series:

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Adam Ford Dec. 12, 2023, 5:05 p.m. UTC | #2
On Thu, Oct 26, 2023 at 9:20 AM Fabio Estevam <festevam@gmail.com> wrote:
>
> On Wed, Oct 25, 2023 at 8:05 PM Adam Ford <aford173@gmail.com> wrote:
> >
> > The hardware only supports a specific console port, so  remove the
> > option to change the console location in the environment.
> >
> > Signed-off-by: Adam Ford <aford173@gmail.com>
>
> For the series:
>

Fabio / Stefan,

Is there any chance this series can be applied to imx-next?


> Reviewed-by: Fabio Estevam <festevam@gmail.com>
Fabio Estevam Dec. 12, 2023, 5:09 p.m. UTC | #3
Hi Adam,

On Tue, Dec 12, 2023 at 2:05 PM Adam Ford <aford173@gmail.com> wrote:

> Fabio / Stefan,
>
> Is there any chance this series can be applied to imx-next?

Yes, I will start collecting patches for u-boot-imx next soon.
Fabio Estevam Dec. 13, 2023, 4:32 p.m. UTC | #4
On Wed, Oct 25, 2023 at 8:05 PM Adam Ford <aford173@gmail.com> wrote:
>
> The hardware only supports a specific console port, so  remove the
> option to change the console location in the environment.
>
> Signed-off-by: Adam Ford <aford173@gmail.com>

Applied all to u-boot-imx next, thanks.
diff mbox series

Patch

diff --git a/configs/imx8mp_beacon_defconfig b/configs/imx8mp_beacon_defconfig
index b686af8d18..c758ff371d 100644
--- a/configs/imx8mp_beacon_defconfig
+++ b/configs/imx8mp_beacon_defconfig
@@ -42,6 +42,7 @@  CONFIG_DISTRO_DEFAULTS=y
 CONFIG_OF_SYSTEM_SETUP=y
 CONFIG_BOOTCOMMAND="mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run bootscript; else if run loadimage; then run mmcboot; else run netboot; fi; fi; else booti ${loadaddr} - ${fdt_addr}; fi"
 CONFIG_DEFAULT_FDT_FILE="imx8mp-beacon-kit.dtb"
+# CONFIG_SYS_CONSOLE_IS_IN_ENV is not set
 # CONFIG_SYS_DEVICE_NULLDEV is not set
 CONFIG_SPL_MAX_SIZE=0x26000
 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y