From 5fae16825456f64a19abff0a824ff00fdbe7272a Mon Sep 17 00:00:00 2001 From: Vandhiadevan Karunamoorthy Date: Mon, 17 Feb 2020 09:56:13 +0530 Subject: [PATCH] ipq5018: Enable DEVICE_NULLDEV This change will redirect the unwanted console prints Change-Id: I06720e774c280774abbb86b8e8cbcf365bbe8570 Signed-off-by: Vandhiadevan Karunamoorthy --- include/configs/ipq5018.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/ipq5018.h b/include/configs/ipq5018.h index 769fd5eb6b..4fc51830a6 100644 --- a/include/configs/ipq5018.h +++ b/include/configs/ipq5018.h @@ -57,6 +57,7 @@ * select serial console configuration */ #define CONFIG_CONS_INDEX 1 +#define CONFIG_SYS_DEVICE_NULLDEV /* allow to overwrite serial and ethaddr */ #define CONFIG_BAUDRATE 115200