layerscape: add 64b/32b target for ls1012ardb device
[openwrt/openwrt.git] / package / boot / uboot-layerscape / patches / 0076-arm-ls1012afrdm-add-CONFIG_ARMV8_PSCI.patch
1 From ed6728fa22b4f09f6083d4c8b135f4b89487fee6 Mon Sep 17 00:00:00 2001
2 From: Chenhui Zhao <chenhui.zhao@nxp.com>
3 Date: Wed, 13 Jul 2016 13:05:19 +0800
4 Subject: [PATCH 76/93] arm: ls1012afrdm: add CONFIG_ARMV8_PSCI
5
6 Signed-off-by: Chenhui Zhao <chenhui.zhao@nxp.com>
7 ---
8 include/configs/ls1012afrdm.h | 1 +
9 1 file changed, 1 insertion(+)
10
11 diff --git a/include/configs/ls1012afrdm.h b/include/configs/ls1012afrdm.h
12 index 26e3640..0e35fe9 100644
13 --- a/include/configs/ls1012afrdm.h
14 +++ b/include/configs/ls1012afrdm.h
15 @@ -12,6 +12,7 @@
16 #ifndef CONFIG_SECURE_BOOT
17 #define CONFIG_FSL_LS_PPA
18 #if defined(CONFIG_FSL_LS_PPA)
19 +#define CONFIG_ARMV8_PSCI
20 #define CONFIG_SYS_LS_PPA_DRAM_BLOCK_MIN_SIZE (1UL * 1024 * 1024)
21
22 #define CONFIG_SYS_LS_PPA_FW_IN_XIP
23 --
24 1.7.9.5
25