summaryrefslogtreecommitdiff
path: root/target/msm8960
diff options
context:
space:
mode:
authorChannagoud Kadabi <ckadabi@codeaurora.org>2012-10-04 14:43:17 +0530
committerChannagoud Kadabi <ckadabi@codeaurora.org>2012-10-09 10:46:05 +0530
commita6f305d2c7a1e08c9093fee233d8915774b2a94c (patch)
treef149fae3c2bca107adb9768997c3aaaeb14d386d /target/msm8960
parent258658fb3975e04a670bebfe79ef5c5c6444540b (diff)
msm8064: Fix memory map for 8064 device
Bring in memory map changes and add missing 4MB memory to atags. Change-Id: Ic26755e59c6fb98da7026658f62c2d5283fc69c0
Diffstat (limited to 'target/msm8960')
-rwxr-xr-xtarget/msm8960/atags.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/target/msm8960/atags.c b/target/msm8960/atags.c
index 69141f00..e9ae9155 100755
--- a/target/msm8960/atags.c
+++ b/target/msm8960/atags.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved.
+/* Copyright (c) 2009-2012, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -7,7 +7,7 @@
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * * Neither the name of Code Aurora nor
+ * * Neither the name of Linux Foundation nor
* the names of its contributors may be used to endorse or promote
* products derived from this software without specific prior written
* permission.
@@ -52,8 +52,11 @@ atag_mem_info apq8064_standalone_first_256M[] = {
{ .size = (140 * SIZE_1M),
.start_addr = PHYS_MEM_START_ADDR + SIZE_2M
},
- { .size = (60 * SIZE_1M),
- .start_addr = PHYS_MEM_START_ADDR + (0x9E * SIZE_1M)
+ { .size = (58 * SIZE_1M),
+ .start_addr = PHYS_MEM_START_ADDR + (0xA0 * SIZE_1M)
+ },
+ { .size = (4 * SIZE_1M),
+ .start_addr = PHYS_MEM_START_ADDR + (0xEC * SIZE_1M)
},
{ .size = (7 * SIZE_1M),
.start_addr = PHYS_MEM_START_ADDR + (0xF7 * SIZE_1M)