Falcon Mode: FAT SD cards
-------------------------
+Compile with additional changes in config variables in menuconfig:
+
+::
+
+ CONFIG_SPL_LEGACY_IMAGE_FORMAT=y # to support non-FIT images
+ CONFIG_LEGACY_IMAGE_FORMAT=y # if commented then SPL Legacy support stops
+ # CONFIG_SPL_ENV_IS_NOWHERE is not set
+ CONFIG_SPL_ENV_IS_IN_FAT=y
+
+
In this case the additional file is written to the filesystem. In this
example we assume that the uImage and device tree to be used are already on
the FAT filesystem (only the uImage MUST be for this to function