From 11af95a02a7649e2c59da63b1fbee73539fcb974 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 16 Jun 2020 19:06:10 -0400 Subject: Convert CONFIG_BAUDRATE to Kconfig This converts the following to Kconfig: CONFIG_BAUDRATE Signed-off-by: Tom Rini --- include/configs/mx53ppd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/mx53ppd.h') diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h index bb6d82d327..2ee66612c2 100644 --- a/include/configs/mx53ppd.h +++ b/include/configs/mx53ppd.h @@ -33,7 +33,6 @@ /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE -#define CONFIG_BAUDRATE 115200 /* Command definition */ -- cgit