From f10ae4d96f23a5f2057c5ca665a7a061b1479bc3 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 16 Oct 2018 19:50:43 -0700 Subject: [PATCH] Fix default BCT.ini target firmware --- common/defaults/BCT.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common/defaults/BCT.ini b/common/defaults/BCT.ini index d609b740e..3a8600340 100644 --- a/common/defaults/BCT.ini +++ b/common/defaults/BCT.ini @@ -2,7 +2,4 @@ BCT0 [stage1] stage2_path = fusee-secondary.bin stage2_addr = 0xF0000000 -stage2_entrypoint = 0xF0000000 - -[exosphere] -target_firmware = 6 \ No newline at end of file +stage2_entrypoint = 0xF0000000 \ No newline at end of file