As explained in commit 03d2d5fc00 ("board: sifive: unmatched: set
fdtfile with unquoted variable.") using the syntax of
'fdtfile=CONFIG_DEFAULT_FDT_FILE' in the plain text environment files
will lead to extraneous and problematic "s in the output. This is fixed
by using fdtfile=DEFAULT_FDT_FILE which was introduced recently.
Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
19 lines
425 B
Bash
19 lines
425 B
Bash
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright 2024 Gilles Talis <gilles.talis@gmail.com>
|
|
*/
|
|
|
|
#include <config_distro_bootcmd.h>
|
|
|
|
scriptaddr=CONFIG_SYS_LOAD_ADDR
|
|
kernel_addr_r=CONFIG_SYS_LOAD_ADDR
|
|
image=Image
|
|
console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200
|
|
fdt_addr_r=0x43000000
|
|
boot_fdt=try
|
|
fdtfile=DEFAULT_FDT_FILE
|
|
initrd_addr=0x43800000
|
|
bootm_size=0x10000000
|
|
mmcpart=1
|
|
mmcroot=/dev/mmcblk1p2 rootwait rw
|