From 701d4ba77e61984a71ddbf552193e5567be4e3af Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Mon, 15 Nov 2021 11:42:28 +0000 Subject: x1000: Merge makefiles used for the bootloader All three X1000 native targets turned out to have a very similar boot configuration and used a nearly identical makefile. Eliminate this duplication by moving the logic into the main makefile. Change-Id: I13044b9675c0abd605b8accdb2fee4f54549b020 --- tools/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 3e66785af4..67c0b6a418 100755 --- a/tools/configure +++ b/tools/configure @@ -4054,7 +4054,7 @@ fi appextra="recorder:gui" plugins="yes" tool="$rootdir/tools/scramble -add=fiiom3k " - boottool="" # not used + boottool="$rootdir/tools/mkspl-x1000 -type=nand -ppb=2 -bpp=2 " output="rockbox.m3k" bootoutput="bootloader.m3k" sysfontbl="16-Terminus" @@ -4078,7 +4078,7 @@ fi appextra="recorder:gui" plugins="yes" tool="$rootdir/tools/scramble -add=shq1 " - boottool="" # not used + boottool="$rootdir/tools/mkspl-x1000 -type=nand -ppb=2 -bpp=2 " output="rockbox.q1" bootoutput="bootloader.q1" sysfontbl="16-Terminus" @@ -4102,7 +4102,7 @@ fi appextra="recorder:gui" plugins="yes" tool="$rootdir/tools/scramble -add=erosqnative " - boottool="" # not used + boottool="$rootdir/tools/mkspl-x1000 -type=nand -ppb=2 -bpp=2 " output="rockbox.erosq" bootoutput="bootloader.erosq" sysfontbl="16-Terminus" -- cgit v1.2.3