Skip to content

Commit

Permalink
ci: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasblixt committed Apr 14, 2023
1 parent 4adc476 commit b65ad88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/test_defconfig
Expand Up @@ -130,7 +130,7 @@ CONFIG_DRIVER_VIRTIO_SERIAL=y
# Command mode
#
CONFIG_CM=y
CONFIG_CM_BUF_SIZE_KB=4096
CONFIG_CM_BUF_SIZE_KB=4
CONFIG_CM_TRANSPORT_READY_TIMEOUT=10
CONFIG_CM_AUTH=y
CONFIG_CM_AUTH_TOKEN=y
Expand Down
2 changes: 1 addition & 1 deletion tests/test_boot_bpak6.sh
Expand Up @@ -20,7 +20,7 @@ $BPAK add $IMG --meta bpak-package --from-string $PKG_UUID --encoder uuid $V
$BPAK add $IMG --meta bpak-package-uid --from-string $PKG_UNIQUE_ID --encoder uuid $V


$BPAK add $IMG --meta pb-load-addr --from-string 0x40100000 --part-ref kernel \
$BPAK add $IMG --meta pb-load-addr --from-string 0x40050000 --part-ref kernel \
--encoder integer $V

$BPAK add $IMG --part kernel \
Expand Down

0 comments on commit b65ad88

Please sign in to comment.