Skip to content
Snippets Groups Projects
Commit cb68482d authored by Oussama Ghorbel's avatar Oussama Ghorbel
Browse files

Merge branch 'ex400_add_fit_support' into 'ex400'

ex400: uboot: add FIT support

See merge request fork/uboot!2
parents 670ad7a3 4e46ac74
Branches
Tags
1 merge request!2ex400: uboot: add FIT support
...@@ -79,11 +79,15 @@ CONFIG_SYS_MALLOC_CLEAR_ON_INIT=y ...@@ -79,11 +79,15 @@ CONFIG_SYS_MALLOC_CLEAR_ON_INIT=y
# #
# Boot images # Boot images
# #
# CONFIG_FIT is not set CONFIG_FIT=y
# CONFIG_FIT_VERBOSE is not set
# CONFIG_FIT_SIGNATURE is not set
# CONFIG_FIT_BEST_MATCH is not set
# CONFIG_OF_BOARD_SETUP is not set # CONFIG_OF_BOARD_SETUP is not set
# CONFIG_OF_SYSTEM_SETUP is not set # CONFIG_OF_SYSTEM_SETUP is not set
# CONFIG_OF_STDOUT_VIA_ALIAS is not set # CONFIG_OF_STDOUT_VIA_ALIAS is not set
CONFIG_SYS_EXTRA_OPTIONS="" CONFIG_SYS_EXTRA_OPTIONS=""
# CONFIG_SPL_LOAD_FIT is not set
CONFIG_ARCH_FIXUP_FDT=y CONFIG_ARCH_FIXUP_FDT=y
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment