layerscape: add 64b/32b target for ls1012ardb device
[openwrt/openwrt.git] / package / boot / uboot-layerscape / patches / 0075-arm-ls1012ardb-add-CONFIG_ARMV8_PSCI.patch
1 From d2effd68c77b4965d74ac2a6154d668e24a6dd9f Mon Sep 17 00:00:00 2001
2 From: Chenhui Zhao <chenhui.zhao@nxp.com>
3 Date: Fri, 8 Jul 2016 16:01:31 +0800
4 Subject: [PATCH 75/93] arm: ls1012ardb: add CONFIG_ARMV8_PSCI
5
6 [context adjustment]
7
8 Signed-off-by: Chenhui Zhao <chenhui.zhao@nxp.com>
9 Integrated-by: Jiang Yutang <yutang.jiang@nxp.com>
10 ---
11 include/configs/ls1012ardb.h | 1 +
12 1 file changed, 1 insertion(+)
13
14 diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h
15 index fdaea3e..e97c1f9 100644
16 --- a/include/configs/ls1012ardb.h
17 +++ b/include/configs/ls1012ardb.h
18 @@ -11,6 +11,7 @@
19
20 #define CONFIG_FSL_LS_PPA
21 #if defined(CONFIG_FSL_LS_PPA)
22 +#define CONFIG_ARMV8_PSCI
23 #define CONFIG_SYS_LS_PPA_DRAM_BLOCK_MIN_SIZE (1UL * 1024 * 1024)
24
25 #define CONFIG_SYS_LS_PPA_FW_IN_XIP
26 --
27 1.7.9.5
28