From f40574e2d78c96a3818c4fa2379382d924866a6e Mon Sep 17 00:00:00 2001 From: Philipp Tomsich Date: Fri, 17 Mar 2017 20:34:53 +0100 Subject: Kconfig: Migrate CONFIG_BAUDRATE Move this in to Kconfig with a default of 115200. Signed-off-by: Philipp Tomsich [trini: Run moveconfig.py, reword commit slightly] Signed-off-by: Tom Rini --- include/configs/MPC8610HPCD.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/MPC8610HPCD.h') diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index 742714871d..0e9aaf4d66 100644 --- a/include/configs/MPC8610HPCD.h +++ b/include/configs/MPC8610HPCD.h @@ -485,8 +485,6 @@ #undef CONFIG_BOOTARGS /* the boot command will set bootargs */ -#define CONFIG_BAUDRATE 115200 - #if defined(CONFIG_PCI1) #define PCI_ENV \ "pcireg=md ${a}000 3; echo o;md ${a}c00 25; echo i; md ${a}da0 15;" \ -- cgit v1.2.3