Skip to content

Commit

Permalink
ZED: set bootargs to ttyPS1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Hancock authored and Derrick Gibelyou committed Mar 26, 2018
1 parent 6888066 commit d4aa48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/configs/zynq_microzed.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define __CONFIG_ZYNQ_MICROZED_H

#define CONFIG_EXTRA_ENV_SETTINGS \
"bootargs=console=ttyPS0,115200 root=/dev/mmcblk0p2 rw rootwait \0" \
"bootargs=console=ttyPS1,115200 root=/dev/mmcblk0p2 rw rootwait \0" \
"ethaddr=00:0a:35:00:01:22\0" \
"fdt_high=0x20000000\0" \
"devicetree_image=devicetree.dtb\0" \
Expand Down

0 comments on commit d4aa48b

Please sign in to comment.