Skip to content

Commit 7d23064

Browse files
authored
Leave in bao-video
I think we can leave in the bao-video package without breaking the size of the swap.img file...
1 parent 59db16a commit 7d23064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
613613
let bao_rram_pkgs =
614614
["xous-ticktimer", "xous-log", "xous-names", "keystore" /* "usb-cramium" */].to_vec(); /* "usb-cramium" */
615615
let bao_swap_pkgs =
616-
["cram-hal-service", "bao-console" /* "modals", "pddb", "bao-video" */].to_vec(); /* "bao-video" */
616+
["cram-hal-service", "bao-console", /* "modals", "pddb", */ "bao-video"].to_vec(); /* "bao-video" */
617617
if !builder.is_swap_set() {
618618
builder.set_swap(0, 8 * 1024 * 1024);
619619
}

0 commit comments

Comments
 (0)