mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
ARM: socfpga: Zap all the UART handling complexity
The UART reset handling is now done via reset framework using the SoCFPGA reset driver. The UART console assignment is done using the DM and console framework. Nuke all this comlexity, since it is just duplicating the same functionality, badly. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <chin.liang.see@intel.com> Cc: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
fe88c2fea7
commit
f9edeb32a9
5 changed files with 0 additions and 149 deletions
|
@ -21,12 +21,6 @@ void socfpga_fpga_add(void);
|
|||
static inline void socfpga_fpga_add(void) {}
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_TARGET_SOCFPGA_ARRIA10)
|
||||
unsigned int dedicated_uart_com_port(const void *blob);
|
||||
unsigned int shared_uart_com_port(const void *blob);
|
||||
unsigned int uart_com_port(const void *blob);
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_TARGET_SOCFPGA_GEN5
|
||||
void socfpga_sdram_remap_zero(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue