Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/project/config.boot_method.INITRD.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ case "$PETALINUX_BOARD_FAMILY" in
${KCONFIG_EDIT} --file ${CONFIG_FILE} --set-val CONFIG_SUBSYSTEM_FLASH_PS7_QSPI_0_BANKLESS_PART0_NAME 0x40000
;&

"uz" )
"uz" | "u96v2" )
# restore rootfs formats
${KCONFIG_EDIT} --file ${CONFIG_FILE} --set-str CONFIG_SUBSYSTEM_RFS_FORMATS 'cpio cpio.gz cpio.gz.u-boot tar.gz jffs2'
;;
Expand Down