summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-12-16 01:32:47 +0100
committerThomas Chou <thomas@wytron.com.tw>2015-12-19 09:48:14 +0800
commit455e8fde4dd77bdef3808db1c4db294cc95534bd (patch)
tree83f3071ad2d7085b9eb8e95b3954ade07a089166 /configs
parentbc3abe149f95c72e6f14acba5583c72c61464cd3 (diff)
downloadtalos-obmc-uboot-455e8fde4dd77bdef3808db1c4db294cc95534bd.tar.gz
talos-obmc-uboot-455e8fde4dd77bdef3808db1c4db294cc95534bd.zip
nios2: Enable support for fitImage
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/10m50_defconfig1
-rw-r--r--configs/3c120_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/10m50_defconfig b/configs/10m50_defconfig
index 0d18e8da8c..a0d29a087b 100644
--- a/configs/10m50_defconfig
+++ b/configs/10m50_defconfig
@@ -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
diff --git a/configs/3c120_defconfig b/configs/3c120_defconfig
index 8bc13f34c7..9d249c74f5 100644
--- a/configs/3c120_defconfig
+++ b/configs/3c120_defconfig
@@ -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
OpenPOWER on IntegriCloud