From 776ab2164184ff9d5b2458c034e11be6b56b03aa Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 24 Jan 2019 08:21:52 -0800 Subject: [PATCH] dist: copy fusee-primary as default reboot payload --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 62fdd0f64..8a72d0043 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ dist: all mkdir -p atmosphere-$(AMSVER)/atmosphere/titles/0100000000000036 mkdir -p atmosphere-$(AMSVER)/atmosphere/titles/0100000000000034 mkdir -p atmosphere-$(AMSVER)/atmosphere/titles/0100000000000032 + cp fusee/fusee-primary/fusee-primary.bin atmosphere-$(AMSVER)/atmosphere/reboot_payload.bin cp fusee/fusee-secondary/fusee-secondary.bin atmosphere-$(AMSVER)/atmosphere/fusee-secondary.bin cp common/defaults/BCT.ini atmosphere-$(AMSVER)/atmosphere/BCT.ini cp common/defaults/loader.ini atmosphere-$(AMSVER)/atmosphere/loader.ini