From b5c7a4179708f9885ae245bc7275219d40883335 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Mon, 22 Mar 2021 04:15:16 +0900 Subject: [PATCH] Enable SH7 build --- .github/workflows/build.yml | 2 ++ image/build_image.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca73053..828ceb4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,6 +97,8 @@ jobs: nk: edsh5exe.bin - model: sh6 nk: edsh6exe.bin + - model: sh7 + nk: edsh7exe.bin steps: - uses: actions/checkout@v2 diff --git a/image/build_image.sh b/image/build_image.sh index d739f95..9149051 100755 --- a/image/build_image.sh +++ b/image/build_image.sh @@ -9,7 +9,7 @@ IMG=${REPO}/image/sd.img mkdir -p ${WORK} -for i in $(seq 1 6); do +for i in $(seq 1 7); do make -C ${REPO}/u-boot-brain pwsh${i}_defconfig make -j${JOBS} -C ${REPO}/u-boot-brain u-boot.bin ${REPO}/nkbin_maker/bsd-ce ${REPO}/u-boot-brain/u-boot.bin