diff --git a/.github/scripts/u-boot-ingenic.sh b/.github/scripts/u-boot-ingenic.sh index d3b666d7..adf9d742 100755 --- a/.github/scripts/u-boot-ingenic.sh +++ b/.github/scripts/u-boot-ingenic.sh @@ -15,6 +15,9 @@ cfg[t20n_msc0]="isvp_t20_msc0" cfg[t21n]="isvp_t21_sfcnor" cfg[t21n_msc0]="isvp_t21_msc0" +cfg[t23n]="isvp_t23n_sfcnor" +cfg[t23n_msc0]="isvp_t23n_msc0" + cfg[t30n]="isvp_t30_sfcnor" cfg[t30l]="isvp_t30_sfcnor_lite" cfg[t30x]="isvp_t30_sfcnor_ddr128M" diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index d0be8e86..87ca28f7 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -26,6 +26,8 @@ jobs: - t20n_msc0 - t21n - t21n_msc0 + - t23n + - t23n_msc0 - t30n - t30l - t30x