
15 Dec
2023
15 Dec
'23
2:52 p.m.
On Fri, Dec 15, 2023 at 03:13:14PM +0800, TracyMg_Li@outlook.com wrote:
From: TracyMg_Li TracyMg_Li@outlook.com
Signed-off-by: TracyMg_Li TracyMg_Li@outlook.com
You still have the commit message as the first line of the commit and it needs to be broken up in to the body of the message instead.
[snip]
+/* BOOT */ +#define BOOT_TARGET_DEVICES(func) \
- func(SCSI, scsi, 0) \
+#include <config_distro_bootcmd.h>
+/* Initial environment variables */ +#define CFG_EXTRA_ENV_SETTINGS \
- "image=Image\0" \
- "scriptaddr=0x90100000\0" \
- "kernel_addr_r=0x90200000\0" \
- "fdt_addr_r=0x95000000\0" \
- "boot_fit=no\0" \
- "fdtfile=phytium-pe2201.dtb\0" \
- BOOTENV
Please switch to bootstd and plain text environment, thanks.
--
Tom