commit | f2968f7e3dfe62bf7d2207fdb01b47fdc4d9d2dd | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Feb 11 14:02:30 2014 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Feb 11 14:02:30 2014 -0800 |
tree | 2acad0ef621fc416717420cd2f116d21623c3c4a | |
parent | 9c27e7e98d1adddd6f939235e25c1c30d19d5b44 [diff] | |
parent | 676441076d12cee46970a801f746c21a60b3f677 [diff] |
Merge "msm: peripheral-loader: Change IOMAP_SIZE from SZ_4M to SZ_1M"
diff --git a/arch/arm/mach-msm/peripheral-loader.c b/arch/arm/mach-msm/peripheral-loader.c index 157dc01..285c02a 100644 --- a/arch/arm/mach-msm/peripheral-loader.c +++ b/arch/arm/mach-msm/peripheral-loader.c
@@ -515,7 +515,7 @@ } } -#define IOMAP_SIZE SZ_4M +#define IOMAP_SIZE SZ_1M static int pil_load_seg(struct pil_desc *desc, struct pil_seg *seg) {