Skip to content

Commit

Permalink
Add mem=512M to bootargs
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickgw committed Sep 25, 2018
1 parent 0df6a59 commit 24e2d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/configs/zynq_grizzly.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#define CONFIG_EXTRA_ENV_SETTINGS \
"bitsz=0x0109C0F6\0" \
"bootargs=console=ttyPS0,115200 root=/dev/mmcblk0p2 rw rootwait earlyprintk\0" \
"bootargs=console=ttyPS0,115200 root=/dev/mmcblk0p2 rw rootwait earlyprintk mem=512M\0" \
"clear=sf probe 0 && sf erase 80000 20000\0" \
"devicetree_image=devicetree.dtb\0" \
"ethaddr=00:0a:35:00:01:22\0" \
Expand Down

0 comments on commit 24e2d2a

Please sign in to comment.