/* * Copyright (C) 2014 Alexander Shiyan <shc_work@mail.ru> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ #include <linux/of_platform.h> #include <asm/mach/arch.h> #include <asm/mach/map.h> #include "common.h" #include "hardware.h" #define MX1_AVIC_ADDR 0x00223000
static void __init imx1_init_early(void) { mxc_set_cpu_type(MXC_CPU_MX1); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Alexander Shiyan | 14 | 100.00% | 1 | 100.00% |
Total | 14 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Alexander Shiyan | 34 | 100.00% | 1 | 100.00% |
Total | 34 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Alexander Shiyan | 110 | 100.00% | 2 | 100.00% |
Total | 110 | 100.00% | 2 | 100.00% |