freedom-u540.conf: Use double # for comments

We are about to add commented out lines as well as comments, which can
be confusing to read. To clear it up a bit let's add doubl # lines for
real comments.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
Alistair Francis
2019-07-03 08:49:34 -07:00
committed by Khem Raj
parent a453e36434
commit 05425ec9f7

View File

@@ -14,14 +14,14 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-mainline"
EXTRA_IMAGEDEPENDS += "opensbi"
RISCV_SBI_PLAT = "sifive/fu540"
# When we have u-boot SD/MMC load support we can swap to
# u-boot being the defual. Until then it's an option for TFTP boot
## When we have u-boot SD/MMC load support we can swap to
## u-boot being the defual. Until then it's an option for TFTP boot
# RISCV_SBI_PAYLOAD ?= "u-boot.bin"
# This will set the kernel as the OpenSBI payload
## This will set the kernel as the OpenSBI payload
RISCV_SBI_PAYLOAD ?= "${KERNEL_IMAGETYPE}-${MACHINE}.bin"
# Override the DTB from the firmware with this one from openSBI
# Use this to add Microsemi Expansion board support
## Override the DTB from the firmware with this one from openSBI
## Use this to add Microsemi Expansion board support
# RISCV_SBI_FDT ?= "HiFiveUnleashed-MicroSemi-Expansion.dtb"
SERIAL_CONSOLES = "115200;ttySIF0"
@@ -32,7 +32,7 @@ IMAGE_FSTYPES_append = " wic.gz ext4"
KERNEL_IMAGETYPES += "uImage"
KEEPUIMAGE = "no"
# Do not update fstab file when using wic images
## Do not update fstab file when using wic images
WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update"
EXTRA_IMAGEDEPENDS += "u-boot"
@@ -40,12 +40,12 @@ UBOOT_MACHINE = "sifive_fu540_defconfig"
UBOOT_ENTRYPOINT = "0x80200000"
# Set this to "tftp-boot" to generate a boot.scr file which should
# be included in the TFTP directory. It will contain the commands to
# autoboot Linux from u-boot.
## Set this to "tftp-boot" to generate a boot.scr file which should
## be included in the TFTP directory. It will contain the commands to
## autoboot Linux from u-boot.
UBOOT_ENV ?= "tftp-boot"
### wic default support
## wic default support
WKS_FILE_DEPENDS ?= " \
opensbi \
e2fsprogs-native \