diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-14 23:58:03 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-14 23:58:03 +0000 |
commit | d5cdd257e4dd9bc65d6ffa8d46d50bb27253b927 (patch) | |
tree | 56be7bd909f2372d0e322b66d8f8d83b228309e0 /UnixPkg/Sec | |
parent | 307d6c4b6a5fed0fdafdf2073a88c989eaa3e658 (diff) | |
download | edk2-platforms-d5cdd257e4dd9bc65d6ffa8d46d50bb27253b927.tar.xz |
Fix xcode project to point to the correct X64 paths. Also update print out to not point to tianocore.org...
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10652 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UnixPkg/Sec')
-rw-r--r-- | UnixPkg/Sec/SecMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/Sec/SecMain.c b/UnixPkg/Sec/SecMain.c index 06a22f1e16..ef195abe60 100644 --- a/UnixPkg/Sec/SecMain.c +++ b/UnixPkg/Sec/SecMain.c @@ -190,7 +190,7 @@ Returns: MemorySizeStr = (CHAR16 *) PcdGetPtr (PcdUnixMemorySizeForSecMain); FirmwareVolumesStr = (CHAR16 *) PcdGetPtr (PcdUnixFirmwareVolume); - printf ("\nEDK SEC Main UNIX Emulation Environment from www.TianoCore.org\n"); + printf ("\nEDK SEC Main UNIX Emulation Environment from edk2.sourceforge.net\n"); #ifdef __APPLE__ // |