board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / board / synopsys / vdk / patches / linux / 0001-arc-vdk-Disable-halt-on-reset.patch
blob7ff781494270352ab164831c6670e754f5d71594
1 From 1e248a880ee46921f85213da32b18f6becf07078 Mon Sep 17 00:00:00 2001
2 From: Alexey Brodkin <abrodkin@synopsys.com>
3 Date: Tue, 31 Jan 2017 19:00:29 +0300
4 Subject: [PATCH 1/3] arc: vdk: Disable halt on reset
6 In recent VDKs ARC cores are configured as "run on reset"
7 which made existing kernel configuration outdated to effect that
8 slave cores never start execution of the code keeping only master
9 online.
11 With that fix we're again in sync with VDK platform.
13 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
14 ---
15 arch/arc/configs/vdk_hs38_smp_defconfig | 1 +
16 1 file changed, 1 insertion(+)
18 diff --git a/arch/arc/configs/vdk_hs38_smp_defconfig b/arch/arc/configs/vdk_hs38_smp_defconfig
19 index 969b206d6c67..00036e814dc1 100644
20 --- a/arch/arc/configs/vdk_hs38_smp_defconfig
21 +++ b/arch/arc/configs/vdk_hs38_smp_defconfig
22 @@ -15,6 +15,7 @@ CONFIG_ARC_PLAT_AXS10X=y
23 CONFIG_AXS103=y
24 CONFIG_ISA_ARCV2=y
25 CONFIG_SMP=y
26 +# CONFIG_ARC_SMP_HALT_ON_RESET is not set
27 # CONFIG_ARC_HAS_GFRC is not set
28 CONFIG_ARC_UBOOT_SUPPORT=y
29 CONFIG_ARC_BUILTIN_DTB_NAME="vdk_hs38_smp"
30 --
31 2.7.4