diff options
| author | Aneesh Bansal <[email protected]> | 2014-03-12 00:07:27 +0530 |
|---|---|---|
| committer | York Sun <[email protected]> | 2014-04-22 17:58:46 -0700 |
| commit | f978f7c203a6ea8a9bdc101a12486d6903fd8162 (patch) | |
| tree | 660f9c067b6287fab5124c2982ffa0c5f7460f24 /include | |
| parent | 7efb4b51975409fb922e9f9bfec21a7affb6f83f (diff) | |
powerpc/mpc85xx: SECURE BOOT- Add secure boot target for BSC9132QDS
Add NOR, SPI and SD secure boot targets for BSC9132QDS.
Changes:
- Debug TLB entry is not required for Secure Boot Target.
Signed-off-by: Aneesh Bansal <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/BSC9132QDS.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h index 052a0f11035..772e1231510 100644 --- a/include/configs/BSC9132QDS.h +++ b/include/configs/BSC9132QDS.h @@ -696,4 +696,6 @@ combinations. this should be removed later #define CONFIG_BOOTCOMMAND CONFIG_RAMBOOTCOMMAND +#include <asm/fsl_secure_boot.h> + #endif /* __CONFIG_H */ |
