Skip to content

Commit

Permalink
platform: msm8916: Determine Kernel, tags, ramdisk load addresses dyn…
Browse files Browse the repository at this point in the history
…amically.

Read the RAM partition table from shared mem and determine the kernel,
Tags and Ramdisk addresses to load the respective images. Force loading
of images can be avoided by determining these addresses dynamically.

Change-Id: I8dc05279a6c8d8af47a691584a91140cfe940223
  • Loading branch information
Aparna Mallavarapu authored and vijay kumar committed Mar 18, 2015
1 parent ecf346c commit a9831fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions platform/msm8916/include/platform/iomap.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
#define ABOOT_FORCE_RAMDISK_ADDR DDR_START + 0x2000000
#define ABOOT_FORCE_TAGS_ADDR DDR_START + 0x1E00000

/* 3GB DDR devices consider 0x40000000 as new mem base */
#define BASE_ADDR_1 0x40000000

#define MSM_GIC_DIST_BASE APPS_SS_BASE
#define MSM_GIC_CPU_BASE (APPS_SS_BASE + 0x2000)
#define APPS_APCS_QTMR_AC_BASE (APPS_SS_BASE + 0x00020000)
Expand Down

0 comments on commit a9831fd

Please sign in to comment.