Skip to content

Commit

Permalink
Added support for optargs and ethaddr.
Browse files Browse the repository at this point in the history
  • Loading branch information
longsleep committed Mar 5, 2016
1 parent 9543266 commit ac691bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/configs/sun50iw1p1.h
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@
"fatload mmc 0:1 ${kernel_addr} ${kernel_filename}\0" \
"boot_kernel=boota ${kernel_addr}\0" \
"set_cmdline=" \
"setenv bootargs console=${console} " \
"earlycon=uart,mmio32,0x01c28000 " \
"setenv bootargs console=${console} ${optargs} " \
"earlycon=uart,mmio32,0x01c28000 mac_addr=${ethaddr} " \
"root=${root} ro " \
"rootwait\0" \
"mmcbootcmd=" \
Expand Down

0 comments on commit ac691bf

Please sign in to comment.