Skip to content

Commit fccc84d

Browse files
committed
HACK: genio: write_uboot_platform() no-op
- this is tricky, as during image build we can't write it anywhere, but we want to write to UFS's 2nd LUN during board-side `armbian-install`
1 parent aab3bb7 commit fccc84d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config/sources/families/genio.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,3 +278,7 @@ function add_host_dependencies__genio_python3_deps_for_optee_build() {
278278
display_alert "Preparing Genio OPTEE host-side dependencies" "${EXTENSION}" "info"
279279
declare -g EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} python3-cryptography python3-pyelftools"
280280
}
281+
282+
function write_uboot_platform() {
283+
: # noop
284+
}

0 commit comments

Comments
 (0)