diff options
Diffstat (limited to 'board')
-rw-r--r-- | board/davinci/dvevm/dvevm.c | 1 | ||||
-rw-r--r-- | board/omap3/evm/Makefile | 1 | ||||
-rw-r--r-- | board/omap3/overo/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/board/davinci/dvevm/dvevm.c b/board/davinci/dvevm/dvevm.c index bf36f73608..3fe8858ee3 100644 --- a/board/davinci/dvevm/dvevm.c +++ b/board/davinci/dvevm/dvevm.c @@ -124,4 +124,3 @@ void enable_vbus(void) i2c_write(IOEXP_I2C_ADDR, 0, 0, &data, 1); } #endif - diff --git a/board/omap3/evm/Makefile b/board/omap3/evm/Makefile index a83ccdcdbd..b951bb4ed7 100644 --- a/board/omap3/evm/Makefile +++ b/board/omap3/evm/Makefile @@ -45,4 +45,3 @@ distclean: clean include $(SRCTREE)/rules.mk sinclude $(obj).depend - diff --git a/board/omap3/overo/Makefile b/board/omap3/overo/Makefile index ed5f45152e..c16562998a 100644 --- a/board/omap3/overo/Makefile +++ b/board/omap3/overo/Makefile @@ -45,4 +45,3 @@ distclean: clean include $(SRCTREE)/rules.mk sinclude $(obj).depend - |