summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Kumar Pendoti <vpendo@codeaurora.org>2016-09-07 20:32:01 +0530
committerVijay Kumar Pendoti <vpendo@codeaurora.org>2016-09-07 21:54:24 +0530
commitc34f2b0eca8cba42b7998e4a17ffca013c1a6e03 (patch)
tree9b5fb211f8907568bd30a0d260ca26189413ef04
parenta49a5d7efe1af813e28884ac1aa0df8e299e33ad (diff)
QcomModulePkg: Move the location of files
Move the location of PartitionTableUpdate.c and PartitionTableUpdate.h files to Boot Library,so that they can be used in all applications. CRs-Fixed: 1058053 Change-Id: I3ad63278beb88f24ec739ab7c5a64af4e2f2e111
-rw-r--r--QcomModulePkg/Application/FastbootApp/FastbootApp.inf1
-rw-r--r--QcomModulePkg/Include/Library/PartitionTableUpdate.h (renamed from QcomModulePkg/Application/FastbootApp/PartitionTableUpdate.h)0
-rw-r--r--QcomModulePkg/Library/BootLib/BootLib.inf1
-rw-r--r--QcomModulePkg/Library/BootLib/PartitionTableUpdate.c (renamed from QcomModulePkg/Application/FastbootApp/PartitionTableUpdate.c)0
4 files changed, 1 insertions, 1 deletions
diff --git a/QcomModulePkg/Application/FastbootApp/FastbootApp.inf b/QcomModulePkg/Application/FastbootApp/FastbootApp.inf
index 8c13585362..0746ad1d5f 100644
--- a/QcomModulePkg/Application/FastbootApp/FastbootApp.inf
+++ b/QcomModulePkg/Application/FastbootApp/FastbootApp.inf
@@ -45,7 +45,6 @@
FastbootMain.c
UsbDescriptors.c
FastbootCmds.c
- PartitionTableUpdate.c
[BuildOptions.AARCH64]
GCC:*_*_*_CC_FLAGS = -O2
diff --git a/QcomModulePkg/Application/FastbootApp/PartitionTableUpdate.h b/QcomModulePkg/Include/Library/PartitionTableUpdate.h
index d87dba77cf..d87dba77cf 100644
--- a/QcomModulePkg/Application/FastbootApp/PartitionTableUpdate.h
+++ b/QcomModulePkg/Include/Library/PartitionTableUpdate.h
diff --git a/QcomModulePkg/Library/BootLib/BootLib.inf b/QcomModulePkg/Library/BootLib/BootLib.inf
index 4f7d748788..1feca8e23d 100644
--- a/QcomModulePkg/Library/BootLib/BootLib.inf
+++ b/QcomModulePkg/Library/BootLib/BootLib.inf
@@ -56,6 +56,7 @@
UnlockMenu.c
FastbootMenu.c
VerifiedBootMenu.c
+ PartitionTableUpdate.c
[Packages]
ArmPkg/ArmPkg.dec
diff --git a/QcomModulePkg/Application/FastbootApp/PartitionTableUpdate.c b/QcomModulePkg/Library/BootLib/PartitionTableUpdate.c
index e8dd958059..e8dd958059 100644
--- a/QcomModulePkg/Application/FastbootApp/PartitionTableUpdate.c
+++ b/QcomModulePkg/Library/BootLib/PartitionTableUpdate.c