diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2020-11-04 17:18:40 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-12-06 15:31:36 +0100 |
commit | 822e1b31bdf6abec87375a8e4fd1fe2b830bdce0 (patch) | |
tree | 8cad4554d2719b1f78c169604df85fa245f1514e /board | |
parent | f2ac6f7796bbb8aae18998794fddf59198090c3f (diff) | |
download | u-boot-822e1b31bdf6abec87375a8e4fd1fe2b830bdce0.zip u-boot-822e1b31bdf6abec87375a8e4fd1fe2b830bdce0.tar.gz u-boot-822e1b31bdf6abec87375a8e4fd1fe2b830bdce0.tar.bz2 |
board: ge: bx50v3: drop unused pinmux defines
Remove pinmux defines, that are no longer used after
converting the code to devicetree.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/ge/bx50v3/bx50v3.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/board/ge/bx50v3/bx50v3.c b/board/ge/bx50v3/bx50v3.c index 8a38ac5..5ad265a 100644 --- a/board/ge/bx50v3/bx50v3.c +++ b/board/ge/bx50v3/bx50v3.c @@ -50,21 +50,6 @@ static struct vpd_cache vpd; PAD_CTL_SPEED_MED | PAD_CTL_DSE_40ohm | \ PAD_CTL_HYS) -#define ENET_PAD_CTRL (PAD_CTL_PUS_100K_UP | PAD_CTL_PUE | \ - PAD_CTL_SPEED_HIGH | PAD_CTL_DSE_48ohm | PAD_CTL_SRE_FAST) - -#define ENET_CLK_PAD_CTRL (PAD_CTL_SPEED_MED | \ - PAD_CTL_DSE_120ohm | PAD_CTL_SRE_FAST) - -#define ENET_RX_PAD_CTRL (PAD_CTL_PKE | PAD_CTL_PUE | \ - PAD_CTL_SPEED_HIGH | PAD_CTL_SRE_FAST) - -#define I2C_PAD_CTRL (PAD_CTL_PUS_100K_UP | \ - PAD_CTL_SPEED_MED | PAD_CTL_DSE_40ohm | PAD_CTL_HYS | \ - PAD_CTL_ODE | PAD_CTL_SRE_FAST) - -#define I2C_PAD MUX_PAD_CTRL(I2C_PAD_CTRL) - int dram_init(void) { gd->ram_size = imx_ddr_size(); |