mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
ARM: rmobile: Remove SCIF configs
Since we use DM and DT, these SCIF configuration options are useless. Remove them. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
61e2ff8e82
commit
76080d0c15
2 changed files with 0 additions and 14 deletions
|
@ -14,13 +14,6 @@
|
|||
|
||||
#include "rcar-gen3-common.h"
|
||||
|
||||
/* SCIF */
|
||||
#define CONFIG_CONS_SCIF2
|
||||
#define CONFIG_CONS_INDEX 2
|
||||
|
||||
/* [A] Hyper Flash */
|
||||
/* use to RPC(SPI Multi I/O Bus Controller) */
|
||||
|
||||
/* Ethernet RAVB */
|
||||
#define CONFIG_BITBANGMII
|
||||
#define CONFIG_BITBANGMII_MULTI
|
||||
|
|
|
@ -14,13 +14,6 @@
|
|||
|
||||
#include "rcar-gen3-common.h"
|
||||
|
||||
/* SCIF */
|
||||
#define CONFIG_CONS_SCIF2
|
||||
#define CONFIG_CONS_INDEX 2
|
||||
|
||||
/* [A] Hyper Flash */
|
||||
/* use to RPC(SPI Multi I/O Bus Controller) */
|
||||
|
||||
/* Ethernet RAVB */
|
||||
#define CONFIG_BITBANGMII
|
||||
#define CONFIG_BITBANGMII_MULTI
|
||||
|
|
Loading…
Reference in a new issue