diff options
author | David Barksdale <amatus@amatus.name> | 2016-01-03 19:08:36 -0600 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2016-01-03 19:08:36 -0600 |
commit | f2888550e70f235f9c4ab8e8199a400ca522c59e (patch) | |
tree | 087b0b86ce7434edd3a8a0d21a2c308332697546 | |
parent | b3355876cd87166674da2abf6f6bf786a25dbe9a (diff) |
Allow BOOTPIN to select ROM boot
-rwxr-xr-x | KSDK_1.2.0/platform/devices/MKL27Z4/startup/gcc/startup_MKL27Z4.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |