Skip to content
Snippets Groups Projects
Commit db0117bb authored by Jonas Höppner's avatar Jonas Höppner
Browse files

trizeps8[mini|plus]: Adapt load adresses for more space for kernel and devicetree

The kernel hit the 43M size and overwrote the devicetree sometimes.
parent 1321acea
No related branches found
No related tags found
1 merge request!105trizeps8[mini|plus]: Adapt load adresses for more space for kernel and devicetree
Pipeline #52789 failed with stage
in 8 seconds
......@@ -354,8 +354,8 @@
#else
#define CONFIG_EXTRA_ENV_SETTINGS \
CONFIG_MFG_ENV_SETTINGS \
"fdt_addr=0x43000000\0" \
"initrd_addr=0x43800000\0" \
"fdt_addr=0x44000000\0" \
"initrd_addr=0x45000000\0" \
"console=ttymxc0,115200\0" \
\
\
......
......@@ -89,8 +89,8 @@
/* Initial environment variables */
#define CONFIG_EXTRA_ENV_SETTINGS \
CONFIG_MFG_ENV_SETTINGS \
"fdt_addr=0x43000000\0" \
"initrd_addr=0x43800000\0" \
"fdt_addr=0x44000000\0" \
"initrd_addr=0x45000000\0" \
"console=ttymxc0,115200\0" \
"bootbus=0\0" \
\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment