U-boot should not hang because it fails to create FDT nor any of
the following tag is defined:
CONFIG_SETUP_MEMORY_TAGS
CONFIG_CMDLINE_TAG
CONFIG_INITRD_TAG
CONFIG_SERIAL_TAG
CONFIG_REVISION_TAG
Signed-off-by: Wendy Liang <jliang@xilinx.com>
Tested-by: Michal Simek <monstr@monstr.eu>
images->rd_end);
#endif
setup_end_tag(gd->bd);
-#else /* all tags */
- printf("FDT and ATAGS support not compiled in - hanging\n");
- hang();
#endif /* all tags */
}
}