mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 13:41:31 +00:00
mx7dsabresd: add secure boot support
Add secure boot support for mx7dsabresd target board Signed-off-by: Adrian Alonso <aalonso@freescale.com>
This commit is contained in:
parent
ee3899aa6c
commit
78e9ca52ed
2 changed files with 11 additions and 0 deletions
|
@ -22,6 +22,13 @@ IMAGE_VERSION 2
|
||||||
|
|
||||||
BOOT_FROM sd
|
BOOT_FROM sd
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Secure boot support
|
||||||
|
*/
|
||||||
|
#ifdef CONFIG_SECURE_BOOT
|
||||||
|
CSF CONFIG_CSF_SIZE
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Device Configuration Data (DCD)
|
* Device Configuration Data (DCD)
|
||||||
*
|
*
|
||||||
|
|
|
@ -14,6 +14,10 @@
|
||||||
#define CONFIG_DBG_MONITOR
|
#define CONFIG_DBG_MONITOR
|
||||||
#define PHYS_SDRAM_SIZE SZ_1G
|
#define PHYS_SDRAM_SIZE SZ_1G
|
||||||
|
|
||||||
|
/* Uncomment to enable secure boot support */
|
||||||
|
/* #define CONFIG_SECURE_BOOT */
|
||||||
|
#define CONFIG_CSF_SIZE 0x4000
|
||||||
|
|
||||||
/* Network */
|
/* Network */
|
||||||
#define CONFIG_CMD_MII
|
#define CONFIG_CMD_MII
|
||||||
#define CONFIG_FEC_MXC
|
#define CONFIG_FEC_MXC
|
||||||
|
|
Loading…
Add table
Reference in a new issue