Enable vidconsole for the am335x-evm board.

Reviewed-by: Kory Maincent <[email protected]>
Signed-off-by: Markus Schneider-Pargmann (TI.com) <[email protected]>
---
 include/configs/am335x_evm.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 
d2164b41d6d6e74c7da0554b966ad5ee1f78e8b2..babf065bc3ea8c63f562ecfb07080f471b489fcb
 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," \

-- 
2.51.0

Reply via email to