libpayload: Drop PowerPC architecture
This was never completed / working and we have the working ARMv7 port for an architecture template, so get rid of this dead code. Change-Id: Ic2c1267ee5546dd6e1b63220c263b2fa86c8ae33 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/56065 Reviewed-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-by: Ronald G. Minnich <rminnich@chromium.org> Commit-Queue: Stefan Reinauer <reinauer@chromium.org> Reviewed-on: http://review.coreboot.org/4235 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
		
				
					committed by
					
						 Stefan Reinauer
						Stefan Reinauer
					
				
			
			
				
	
			
			
			
						parent
						
							5f5d914876
						
					
				
				
					commit
					b82a74c7ff
				
			| @@ -75,13 +75,6 @@ if [ "$CONFIG_ARCH_ARMV7" = "y" ]; then | ||||
|   _ARCH=armv7 | ||||
| fi | ||||
|  | ||||
| if [ "$CONFIG_ARCH_POWERPC" = "y" ]; then | ||||
|   _ARCHINCDIR=$_INCDIR/powerpc | ||||
|   _ARCHLIBDIR=$_LIBDIR/powerpc | ||||
|   _ARCHEXTRA="" | ||||
|   _ARCH=powerpc | ||||
| fi | ||||
|  | ||||
| if [ "$CONFIG_ARCH_X86" = "y" ]; then | ||||
|   _ARCHINCDIR=$_INCDIR/x86 | ||||
|   _ARCHLIBDIR=$_LIBDIR/x86 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user