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/MPC8572DS.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/MPC8572DS.h') diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index 3d4c8a8102..e6aca11e50 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -624,8 +624,6 @@ #undef CONFIG_BOOTARGS /* the boot command will set bootargs */ -#define CONFIG_BAUDRATE 115200 - #define CONFIG_EXTRA_ENV_SETTINGS \ "hwconfig=fsl_ddr:ctlr_intlv=bank,bank_intlv=cs0_cs1,ecc=off\0" \ "netdev=eth0\0" \ -- cgit