Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bob Ham
uboot-imx
Commits
292dc01a
Commit
292dc01a
authored
Nov 27, 2018
by
Angus Ainslie
Browse files
imx8m_som.h : update the mmc load commands
parent
99a308bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/configs/imx8m_som.h
View file @
292dc01a
...
...
@@ -8,6 +8,8 @@
#ifndef __IMX8M_SOM_H
#define __IMX8M_SOM_H
/* #define DEBUG */
#include
<linux/sizes.h>
#include
<asm/arch/imx-regs.h>
...
...
@@ -156,7 +158,7 @@
CONFIG_MFG_ENV_SETTINGS \
"script=boot.scr\0" \
"image=Image\0" \
"fdt_file=
Image-imx8m-som
.dtb\0" \
"fdt_file=
dtbs/librem5-evk
.dtb\0" \
"ethaddr=3C:FB:96:77:88:A0\0" \
"ip_dyn=no\0" \
"ipaddr=172.17.33.41\0" \
...
...
@@ -178,11 +180,11 @@
"netargs=setenv bootargs ${bootargs} " \
"root=/dev/nfs nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
"mmcargs=setenv bootargs ${bootargs} root=${mmcroot}\0 " \
"loadbootscript=
fat
load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
"loadbootscript=
ext2
load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
"bootscript=echo Running bootscript from mmc ...; " \
"source\0" \
"loadimage=
fat
load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=
fat
load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
"loadimage=
ext2
load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
"loadfdt=
ext2
load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
"rtos_file=imx8mq_m4_TCM_rpmsg_lite_str_echo_rtos.bin\0" \
"rtos_bootaddr=0x7e0000\0" \
"rtosmmcboot=fatload mmc ${mmcdev}:${mmcpart} ${rtos_bootaddr} " \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment