Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218816
b: refs/heads/master
c: 4a6aed3
h: refs/heads/master
v: v3
  • Loading branch information
Rabin Vincent authored and Dan Williams committed Oct 19, 2010
1 parent 4798c3d commit 550e39f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20a5b6d043a9a12d01cec76993ba3658a6d36ba7
refs/heads/master: 4a6aed3c4eb69702335ed3689132d07eabaaf86d
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-ux500/devices-db8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ struct stedma40_chan_cfg dma40_memcpy_conf_phy = {
};
/* Default configuration for logical memcpy */
struct stedma40_chan_cfg dma40_memcpy_conf_log = {
.channel_type = STEDMA40_NO_TIM_FOR_LINK,
.dir = STEDMA40_MEM_TO_MEM,

.src_info.endianess = STEDMA40_LITTLE_ENDIAN,
Expand Down
5 changes: 0 additions & 5 deletions trunk/arch/arm/plat-nomadik/include/plat/ste_dma40.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ enum stedma40_mode_opt {
STEDMA40_LCHAN_SRC_LOG_DST_PHY,
};

/* Interrupt */
#define STEDMA40_INFO_TIM_POS 10
#define STEDMA40_NO_TIM_FOR_LINK (0x0 << STEDMA40_INFO_TIM_POS)
#define STEDMA40_TIM_FOR_LINK (0x1 << STEDMA40_INFO_TIM_POS)

/* End of channel_type configuration */

#define STEDMA40_ESIZE_8_BIT 0x0
Expand Down

0 comments on commit 550e39f

Please sign in to comment.