Skip to content
Snippets Groups Projects
Commit 8a356d6c authored by Mats Karrman's avatar Mats Karrman
Browse files

image: Change macro name to match used max node size

parent 6033a9bb
No related branches found
No related tags found
No related merge requests found
...@@ -240,9 +240,9 @@ define Image/Build/CFE ...@@ -240,9 +240,9 @@ define Image/Build/CFE
$(eval CFE_BUILT:=1) $(eval CFE_BUILT:=1)
endef endef
define Image/Build/jffs2-nand-2048-128k define Image/Build/jffs2-nand-4096-128k
echo "In Image/Build/jffs2-nand-2048-128k $(1) $(2)" echo "In Image/Build/jffs2-nand-4096-128k $(1) $(2)"
#add jffs2 eof marker #add jffs2 eof marker
cat $(KDIR)/jffs2_eof_marker_128k >> $(KDIR)/root.$(1) cat $(KDIR)/jffs2_eof_marker_128k >> $(KDIR)/root.$(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment