mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-01-27 17:37:22 +01:00
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>
This commit is contained in:
parent
bc3abe149f
commit
455e8fde4d
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue