diff options
author | gaurav rana <gaurav.rana@freescale.com> | 2015-03-26 10:22:47 (GMT) |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-07-28 21:41:14 (GMT) |
commit | e622d9ed3b4a44cd5646654ba12dd6894fd49382 (patch) | |
tree | a4a6c1e8487689a49b9f2ae40aabafa7f3ddd999 /configs/T1042D4RDB_SECURE_BOOT_defconfig | |
parent | 4b6067ae9ddd2113df18735e4f10d8d40fcb1c1e (diff) | |
download | u-boot-e622d9ed3b4a44cd5646654ba12dd6894fd49382.tar.xz |
powerpc/T104xD4: Add Secure boot support for T104xD4RDB platforms
defconfig files are added and SFP version for these platforms
is updated.
Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'configs/T1042D4RDB_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/T1042D4RDB_SECURE_BOOT_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/T1042D4RDB_SECURE_BOOT_defconfig b/configs/T1042D4RDB_SECURE_BOOT_defconfig new file mode 100644 index 0000000..e806591 --- /dev/null +++ b/configs/T1042D4RDB_SECURE_BOOT_defconfig @@ -0,0 +1,5 @@ +CONFIG_SYS_EXTRA_OPTIONS="PPC_T1042,T1042D4RDB,T104XD4RDB,SYS_FSL_DDR4,SECURE_BOOT" +CONFIG_PPC=y +CONFIG_MPC85xx=y +CONFIG_TARGET_T104XRDB=y +CONFIG_SPI_FLASH=y |