mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 00:41:17 +01:00
Below commands and functions are disabled for reducing image footprint. Introduced new config CONFIG_REDUCE_FOOTPRINT to use for non-standard size reductions. Commands disabled ----------------- base, bootp, chpart, fdt Added new configs to control enablement of above commands respectively. CONFIG_CMD_DISABLE_BASE CONFIG_CMD_DISABLE_BOOTP, CONFIG_CMD_DISABLE_CHPART Functions disabled ------------------ - remove complete fdt support - fit_image_print, fit_image_print_data, fit_image_print_verification_data - fit_image_check_target_arch - fit_image_get_os, fit_image_get_arch, fit_image_get_type, fit_image_get_comp, - fit_image_check_os, fit_image_check_arch, fit_image_check_type, fit_image_check_comp, - get_table_entry_id, genimg_get_os_id, genimg_get_arch_id, genimg_get_type_id, genimg_get_comp_id Change-Id: I10259c0b70f6e84c850fd28f551df752b3cba814 Signed-off-by: Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com> Signed-off-by: Timple Raj M <quic_timple@quicinc.com> |
||
|---|---|---|
| .. | ||
| arc | ||
| arm | ||
| avr32 | ||
| blackfin | ||
| m68k | ||
| microblaze | ||
| mips | ||
| nds32 | ||
| nios2 | ||
| openrisc | ||
| powerpc | ||
| sandbox | ||
| sh | ||
| sparc | ||
| x86 | ||
| .gitignore | ||
| Kconfig | ||