From d8396a3272edc4b8154d0c93ea9b40473b300739 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 26 Sep 2016 14:26:50 +0200 Subject: board: rpi: move uart deactivation to board_init When using OF_CONTROL, the disabled value of the mini UART platdata gets reset after board_early_init_f. So move detection and disabling to board_init and remove board_early_init_f. This uses the first device using the mini uart driver, as this method works reliably with different device trees or even no device tree at all. Signed-off-by: Fabian Vogt Reviewed-by: Simon Glass --- include/configs/rpi.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/rpi.h') diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 45c82349057..fa959ef7e34 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -16,7 +16,6 @@ /* Architecture, CPU, etc.*/ #define CONFIG_ARCH_CPU_INIT -#define CONFIG_BOARD_EARLY_INIT_F /* Use SoC timer for AArch32, but architected timer for AArch64 */ #ifndef CONFIG_ARM64 -- cgit v1.2.3