diff options
author | Khoronzhuk, Ivan <ivan.khoronzhuk@ti.com> | 2014-11-04 16:52:35 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-06 11:04:39 -0500 |
commit | dd31079edef6703a2ed0e5b1747b2db19e3ec13c (patch) | |
tree | ad873517a13e6ffe9466cfaa3d5cb77a6c0c5bcf /include/configs/ks2_evm.h | |
parent | 349c26dd06c95f07973440199b1d885db23452cb (diff) | |
download | u-boot-dd31079edef6703a2ed0e5b1747b2db19e3ec13c.tar.gz |
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: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/ks2_evm.h')
-rw-r--r-- | include/configs/ks2_evm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ks2_evm.h b/include/configs/ks2_evm.h index def52748ef..39973e805d 100644 --- a/include/configs/ks2_evm.h +++ b/include/configs/ks2_evm.h @@ -258,8 +258,7 @@ "addr_ubi=0x82000000\0" \ "addr_secdb_key=0xc000000\0" \ "fdt_high=0xffffffff\0" \ - "name_fs=arago-console-image.cpio.gz\0" \ - "name_kern=uImage\0" \ + "name_kern=uImage-keystone-evm.bin\0" \ "run_mon=mon_install ${addr_mon}\0" \ "run_kern=bootm ${addr_kern} - ${addr_fdt}\0" \ "init_net=run args_all args_net\0" \ |