summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorAneesh Bansal <aneesh.bansal@freescale.com>2014-12-12 15:35:04 +0530
committerYork Sun <yorksun@freescale.com>2015-01-16 09:30:12 -0800
commitb3f0f63223ce42592499d71dcbd4d9ac18fb3e10 (patch)
tree2306ffd599e3311519fbc9bf4ac4338ea61254ca /arch/powerpc
parentd1ccaf76a420d651b4d547e85f580fbd8f133e56 (diff)
downloadtalos-obmc-uboot-b3f0f63223ce42592499d71dcbd4d9ac18fb3e10.tar.gz
talos-obmc-uboot-b3f0f63223ce42592499d71dcbd4d9ac18fb3e10.zip
powerpc/mpc85xx: Define PBI Flash Base for C29XPCIE Secure Boot
CONFIG_SYS_PBI_FLASH_BASE is defined for Secure Boot on C29X Signed-off-by: Aneesh Bansal <aneesh.bansal@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/include/asm/fsl_secure_boot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h
index 14c6fc3cfe..b4c0c99b39 100644
--- a/arch/powerpc/include/asm/fsl_secure_boot.h
+++ b/arch/powerpc/include/asm/fsl_secure_boot.h
@@ -12,6 +12,8 @@
#define CONFIG_SYS_PBI_FLASH_BASE 0xc0000000
#elif defined(CONFIG_BSC9132QDS)
#define CONFIG_SYS_PBI_FLASH_BASE 0xc8000000
+#elif defined(CONFIG_C29XPCIE)
+#define CONFIG_SYS_PBI_FLASH_BASE 0xcc000000
#else
#define CONFIG_SYS_PBI_FLASH_BASE 0xce000000
#endif
OpenPOWER on IntegriCloud