Skip to content

Commit

Permalink
hal: enable jffs2 command for zynq7000
Browse files Browse the repository at this point in the history
JIRA: RTOS-515
  • Loading branch information
damianloew committed Jul 4, 2023
1 parent 611dcaa commit ac040e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/armv7a/zynq7000/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CFLAGS += -DVADDR_KERNEL_INIT=$(VADDR_KERNEL_INIT)

GCCLIB := $(shell $(CC) $(CFLAGS) -print-libgcc-file-name)

PLO_COMMANDS = alias app bitstream call console copy dump echo erase go help kernel map phfs reboot script test-ddr wait
PLO_COMMANDS = alias app bitstream call console copy dump echo erase go jffs2 help kernel map phfs reboot script test-ddr wait

include devices/gpio-zynq7000/Makefile
include devices/usbc-cdc/Makefile
Expand Down

0 comments on commit ac040e9

Please sign in to comment.