Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ARM: appropriate __init annotation for const data | Nicolas Pitre | 2015-07-28 |
| | | | | | | | | | | Init data marked const should be annotated with __initconst for correctness and not __initdata. In some cases the array gathering references to that data has to be marked const as well. This fixes LTO builds that otherwise fail with section mismatch errors. Signed-off-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net> | ||
* | ARM: zx: add basic support for ZTE ZX296702 | Jun Nie | 2015-05-15 |
Add basic code for ZTE ZX296702 platform. [arnd: removed unused zx296702_init_machine function, and changed l2c aux val to default] Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de> |