mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
serial: zynq: Remove unused #defines
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
1dcdd86205
commit
3b100f6ce2
1 changed files with 0 additions and 4 deletions
|
@ -21,10 +21,6 @@
|
|||
|
||||
#define ZYNQ_UART_MR_PARITY_NONE 0x00000020 /* No parity mode */
|
||||
|
||||
/* Some clock/baud constants */
|
||||
#define ZYNQ_UART_BDIV 15 /* Default/reset BDIV value */
|
||||
#define ZYNQ_UART_BASECLK 3125000L /* master / (bdiv + 1) */
|
||||
|
||||
struct uart_zynq {
|
||||
u32 control; /* Control Register [8:0] */
|
||||
u32 mode; /* Mode Register [10:0] */
|
||||
|
|
Loading…
Add table
Reference in a new issue