diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-12-09 13:02:10 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-27 15:55:50 +0100 |
commit | 576e95b428dbe4c8af9f21559d23333e4f134f9c (patch) | |
tree | 09697f928b7c80cf584a677c97829561bc5f423f /board/xilinx | |
parent | 9040f4eeb9ccba084197261a72983a4bf5cdbd1e (diff) | |
download | u-boot-imx-576e95b428dbe4c8af9f21559d23333e4f134f9c.zip u-boot-imx-576e95b428dbe4c8af9f21559d23333e4f134f9c.tar.gz u-boot-imx-576e95b428dbe4c8af9f21559d23333e4f134f9c.tar.bz2 |
microblaze: Remove unused I2C macros
There is no i2c driver in the current u-boot.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board/xilinx')
-rw-r--r-- | board/xilinx/microblaze-generic/xparameters.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/xilinx/microblaze-generic/xparameters.h b/board/xilinx/microblaze-generic/xparameters.h index 11b3c9a..79c87fb 100644 --- a/board/xilinx/microblaze-generic/xparameters.h +++ b/board/xilinx/microblaze-generic/xparameters.h @@ -28,11 +28,6 @@ #define XILINX_TIMER_BASEADDR 0x41c00000 #define XILINX_TIMER_IRQ 0 -/* IIC pheriphery is IIC_EEPROM */ -#define XILINX_IIC_0_BASEADDR 0x40800000 -#define XILINX_IIC_0_FREQ 100000 -#define XILINX_IIC_0_BIT 0 - /* GPIO is LEDs_4Bit*/ #define XILINX_GPIO_BASEADDR 0x40000000 |