Skip to content

Commit

Permalink
soc: x86: remove unused UART_NS16550_ACCESS_IOPORT definition
Browse files Browse the repository at this point in the history
The definition is no longer used, refer to previous commits for more
details.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Jun 5, 2022
1 parent f51674a commit 96e6227
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
6 changes: 0 additions & 6 deletions soc/x86/atom/soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
#include <zephyr/random/rand32.h>
#endif

/*
* UART
*/
#define UART_NS16550_ACCESS_IOPORT 0x3f8


/* PCI definitions */
/* FIXME: The values below copied from generic ia32 soc, we need to get the
* correct numbers for Atom and the minnowboard
Expand Down
5 changes: 0 additions & 5 deletions soc/x86/ia32/soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
#include <zephyr/random/rand32.h>
#endif

/*
* UART
*/
#define UART_NS16550_ACCESS_IOPORT 0x3f8

/* PCI definitions */
#define PCI_BUS_NUMBERS 1

Expand Down
5 changes: 0 additions & 5 deletions soc/x86/lakemont/soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,4 @@
#ifndef __SOC_H_
#define __SOC_H_

#ifdef CONFIG_BOARD_QEMU_X86_LAKEMONT
/* QEMU uses IO port based UART */
#define UART_NS16550_ACCESS_IOPORT 0x3f8
#endif

#endif /* __SOC_H_ */

0 comments on commit 96e6227

Please sign in to comment.