Skip to content
Snippets Groups Projects
Commit dd31079e authored by Khoronzhuk, Ivan's avatar Khoronzhuk, Ivan Committed by Tom Rini
Browse files

keystone2: config: align names of images with MCSDK


The Multicore Software Development Kit (MCSDK) provides foundational
software for TI KeyStone II device platforms. It's supposed to be used
with uboot, and it's convenient to have the same names for images, so
correct environment image names according to the last MCSDK3.

Signed-off-by: default avatarIvan Khoronzhuk <ivan.khoronzhuk@ti.com>
Reviewed-by: default avatarTom Rini <trini@ti.com>
parent 349c26dd
No related branches found
No related tags found
No related merge requests found
...@@ -21,10 +21,11 @@ ...@@ -21,10 +21,11 @@
"addr_mon=0x0c140000\0" \ "addr_mon=0x0c140000\0" \
"args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \ "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \
"root=ubi0:rootfs rootflags=sync rw ubi.mtd=2,2048\0" \ "root=ubi0:rootfs rootflags=sync rw ubi.mtd=2,2048\0" \
"name_fdt=k2e-evm.dtb\0" \ "name_fdt=uImage-k2e-evm.dtb\0" \
"name_mon=skern-k2e-evm.bin\0" \ "name_mon=skern-k2e-evm.bin\0" \
"name_ubi=k2e-evm-ubifs.ubi\0" \ "name_ubi=k2e-evm-ubifs.ubi\0" \
"name_uboot=u-boot-spi-k2e-evm.gph\0" "name_uboot=u-boot-spi-k2e-evm.gph\0" \
"name_fs=arago-console-image-k2e-evm.cpio.gz\0"
#include <configs/ks2_evm.h> #include <configs/ks2_evm.h>
......
...@@ -21,10 +21,11 @@ ...@@ -21,10 +21,11 @@
"addr_mon=0x0c5f0000\0" \ "addr_mon=0x0c5f0000\0" \
"args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \ "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \
"root=ubi0:rootfs rootflags=sync rw ubi.mtd=2,2048\0" \ "root=ubi0:rootfs rootflags=sync rw ubi.mtd=2,2048\0" \
"name_fdt=k2hk-evm.dtb\0" \ "name_fdt=uImage-k2hk-evm.dtb\0" \
"name_mon=skern-k2hk-evm.bin\0" \ "name_mon=skern-k2hk-evm.bin\0" \
"name_ubi=k2hk-evm-ubifs.ubi\0" \ "name_ubi=k2hk-evm-ubifs.ubi\0" \
"name_uboot=u-boot-spi-k2hk-evm.gph\0" "name_uboot=u-boot-spi-k2hk-evm.gph\0" \
"name_fs=arago-console-image-k2hk-evm.cpio.gz\0"
#include <configs/ks2_evm.h> #include <configs/ks2_evm.h>
......
...@@ -21,10 +21,11 @@ ...@@ -21,10 +21,11 @@
"addr_mon=0x0c140000\0" \ "addr_mon=0x0c140000\0" \
"args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \ "args_ubi=setenv bootargs ${bootargs} rootfstype=ubifs " \
"root=ubi0:rootfs rootflags=sync rw ubi.mtd=2,4096\0" \ "root=ubi0:rootfs rootflags=sync rw ubi.mtd=2,4096\0" \
"name_fdt=k2l-evm.dtb\0" \ "name_fdt=uImage-k2l-evm.dtb\0" \
"name_mon=skern-k2l-evm.bin\0" \ "name_mon=skern-k2l-evm.bin\0" \
"name_ubi=k2l-evm-ubifs.ubi\0" \ "name_ubi=k2l-evm-ubifs.ubi\0" \
"name_uboot=u-boot-spi-k2l-evm.gph\0" "name_uboot=u-boot-spi-k2l-evm.gph\0" \
"name_fs=arago-console-image-k2l-evm.cpio.gz\0"
#include <configs/ks2_evm.h> #include <configs/ks2_evm.h>
......
...@@ -258,8 +258,7 @@ ...@@ -258,8 +258,7 @@
"addr_ubi=0x82000000\0" \ "addr_ubi=0x82000000\0" \
"addr_secdb_key=0xc000000\0" \ "addr_secdb_key=0xc000000\0" \
"fdt_high=0xffffffff\0" \ "fdt_high=0xffffffff\0" \
"name_fs=arago-console-image.cpio.gz\0" \ "name_kern=uImage-keystone-evm.bin\0" \
"name_kern=uImage\0" \
"run_mon=mon_install ${addr_mon}\0" \ "run_mon=mon_install ${addr_mon}\0" \
"run_kern=bootm ${addr_kern} - ${addr_fdt}\0" \ "run_kern=bootm ${addr_kern} - ${addr_fdt}\0" \
"init_net=run args_all args_net\0" \ "init_net=run args_all args_net\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