Commit 546ac0b1 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

corrected some more formatting errors

parent 18ed533b
......@@ -73,13 +73,13 @@ board is configured for SD Boot).
1. Configure the new board in *build/conf/local.conf*:
MACHINE ?= "<new-board>"
MACHINE ?= "{new-board}"
* Create *conf/machine/<new-board>.conf* - use *microzed.conf* as a reference.
* Edit *<new-board>.conf* - add:
* Edit *{new-board}.conf* - add:
UBOOT_MACHINE = "<new-config-name>_config"
UBOOT_MACHINE = "{new-config-name}_config"
where *{new-config-name}* is from *boards.cfg* in [u-boot-xlnx](https://github.com/Xilinx/u-boot-xlnx) plus *"_config"*-ending
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment