From f2888550e70f235f9c4ab8e8199a400ca522c59e Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Sun, 3 Jan 2016 19:08:36 -0600 Subject: Allow BOOTPIN to select ROM boot --- KSDK_1.2.0/platform/devices/MKL27Z4/startup/gcc/startup_MKL27Z4.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KSDK_1.2.0/platform/devices/MKL27Z4/startup/gcc/startup_MKL27Z4.S b/KSDK_1.2.0/platform/devices/MKL27Z4/startup/gcc/startup_MKL27Z4.S index a89c0a8..18be134 100755 --- a/KSDK_1.2.0/platform/devices/MKL27Z4/startup/gcc/startup_MKL27Z4.S +++ b/KSDK_1.2.0/platform/devices/MKL27Z4/startup/gcc/startup_MKL27Z4.S @@ -102,7 +102,7 @@ __isr_vector: .long 0xFFFFFFFF .long 0xFFFFFFFF .long 0xFFFFFFFF - .long 0xFFFF3FFE + .long 0xFFFF3DFE /* FOPT = 0x3D to allow BOOTPIN to select ROM boot */ .text .thumb -- cgit v1.2.3-18-g5258