diff options
| author | Markus Schneider-Pargmann (TI) <[email protected]> | 2026-06-01 11:30:38 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-12 13:01:24 -0600 |
| commit | b941dc47398b93aea37b9139d6816610ad78352f (patch) | |
| tree | e3c1732ba1e66f77f302e94647a53f4d77113212 /include | |
| parent | d50fd4e4ad6e4d5c2b4460c6eb11ff2c5db1b735 (diff) | |
include: configs: am335x_evm: Enable vidconsole
Enable vidconsole for the am335x-evm board.
Reviewed-by: Kory Maincent <[email protected]>
Signed-off-by: Markus Schneider-Pargmann (TI) <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/am335x_evm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index d2164b41d6d..babf065bc3e 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -83,6 +83,8 @@ "fdtfile=undefined\0" \ "finduuid=part uuid mmc 0:2 uuid\0" \ "console=ttyO0,115200n8\0" \ + "stdout=serial,vidconsole\0" \ + "stderr=serial,vidconsole\0" \ "partitions=" \ "uuid_disk=${uuid_gpt_disk};" \ "name=bootloader,start=384K,size=1792K," \ |
