Message ID | 1409918214-29584-13-git-send-email-ard.biesheuvel@linaro.org |
---|---|
State | New |
Headers | show |
On 09/05/14 13:56, Ard Biesheuvel wrote: > This separates PlatformPei and PlatformPeiLib so the latter can be > overridden by a specific platform. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Reviewed-by: Laszlo Ersek <lersek@redhat.com> > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> > --- > ArmPlatformPkg/PlatformPei/PlatformPeim.inf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) R-b stands ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/
diff --git a/ArmPlatformPkg/PlatformPei/PlatformPeim.inf b/ArmPlatformPkg/PlatformPei/PlatformPeim.inf index 8ed44e7e395f..3822b093503b 100755 --- a/ArmPlatformPkg/PlatformPei/PlatformPeim.inf +++ b/ArmPlatformPkg/PlatformPei/PlatformPeim.inf @@ -29,7 +29,6 @@ [Sources] PlatformPeim.c - PlatformPeiLib.c [Packages] MdePkg/MdePkg.dec @@ -43,6 +42,7 @@ DebugLib HobLib ArmPlatformLib + PlatformPeiLib [Ppis] gEfiPeiMasterBootModePpiGuid # PPI ALWAYS_PRODUCED