Ruchika Gupta | 8ca8d82 | 2010-12-15 17:02:08 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2010-2011 Freescale Semiconductor, Inc. |
| 3 | * |
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Ruchika Gupta | 8ca8d82 | 2010-12-15 17:02:08 +0000 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef __FSL_SECURE_BOOT_H |
| 8 | #define __FSL_SECURE_BOOT_H |
| 9 | |
Po Liu | d103009 | 2013-08-21 14:20:21 +0800 | [diff] [blame] | 10 | #ifdef CONFIG_SECURE_BOOT |
Ruchika Gupta | 8ca8d82 | 2010-12-15 17:02:08 +0000 | [diff] [blame] | 11 | #if defined(CONFIG_FSL_CORENET) |
| 12 | #define CONFIG_SYS_PBI_FLASH_BASE 0xc0000000 |
| 13 | #else |
| 14 | #define CONFIG_SYS_PBI_FLASH_BASE 0xce000000 |
| 15 | #endif |
| 16 | #define CONFIG_SYS_PBI_FLASH_WINDOW 0xcff80000 |
| 17 | |
| 18 | #endif |
Po Liu | d103009 | 2013-08-21 14:20:21 +0800 | [diff] [blame] | 19 | #endif |