On 23 December 2011 11:40, Evgeny Voevodin wrote:
> +#define MCT_CFG_GET_PRESCALER(x) (x&0xFF)
> +#define MCT_CFG_GET_DIVIDER(x) (1<<(x>>8 & 7))
The macros in this file have the same bracket and spacing issues
as for the other patch.
> + case L0_TCON: case L1_TCON:
> + lt_i = (
Signed-off-by: Evgeny Voevodin
---
Makefile.target |2 +-
hw/exynos4210.c | 19 +
hw/exynos4210_mct.c | 1494 +++
3 files changed, 1514 insertions(+), 1 deletions(-)
create mode 100644 hw/exynos4210_mct.c
diff --git a/Makefile.targe