]> git.sur5r.net Git - u-boot/commitdiff
nios2: Enable support for fitImage
authorMarek Vasut <marex@denx.de>
Wed, 16 Dec 2015 00:32:47 +0000 (01:32 +0100)
committerThomas Chou <thomas@wytron.com.tw>
Sat, 19 Dec 2015 01:48:14 +0000 (09:48 +0800)
The uImage format is legacy for years now, enable support for the
fitImage format, which allows combining multiple files (kernel and
dtb) into a single file, offers better protection of the payload
and so on.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
configs/10m50_defconfig
configs/3c120_defconfig

index 0d18e8da8c55c6c11e517e3fc66dbc8e17d2c398..a0d29a087ba2c8e7156ec9832991cd19d18c3805 100644 (file)
@@ -3,6 +3,7 @@ CONFIG_SYS_CONFIG_NAME="10m50_devboard"
 CONFIG_DM_SERIAL=y
 CONFIG_DM_GPIO=y
 CONFIG_DEFAULT_DEVICE_TREE="10m50_devboard"
+CONFIG_FIT=y
 CONFIG_HUSH_PARSER=y
 CONFIG_CMD_CPU=y
 # CONFIG_CMD_BOOTD is not set
index 8bc13f34c7ca4a7f688c262123934045590b603d..9d249c74f5e20eff975ecc3c828c09b1b168600d 100644 (file)
@@ -3,6 +3,7 @@ CONFIG_SYS_CONFIG_NAME="3c120_devboard"
 CONFIG_DM_SERIAL=y
 CONFIG_DM_GPIO=y
 CONFIG_DEFAULT_DEVICE_TREE="3c120_devboard"
+CONFIG_FIT=y
 CONFIG_HUSH_PARSER=y
 CONFIG_CMD_CPU=y
 # CONFIG_CMD_BOOTD is not set