mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
There are already two FIT options in Kconfig but the CONFIG options are still in the header files. We need to do a proper move to fix this. Move these options to Kconfig and tidy up board configuration: CONFIG_FIT CONFIG_OF_BOARD_SETUP CONFIG_OF_SYSTEM_SETUP CONFIG_FIT_SIGNATURE CONFIG_FIT_BEST_MATCH CONFIG_FIT_VERBOSE CONFIG_OF_STDOUT_VIA_ALIAS CONFIG_RSA Unfortunately the first one is a little complicated. We need to make sure this option is not enabled in SPL by this change. Also this option is enabled automatically in the host builds by defining CONFIG_FIT in the image.h file. To solve this, add a new IMAGE_USE_FIT #define which can be used in files that are built on the host but must also build for U-Boot and SPL. Note: Masahiro's moveconfig.py script is amazing. Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Add microblaze change, various configs/ re-applies] Signed-off-by: Tom Rini <trini@konsulko.com> |
||
|---|---|---|
| .. | ||
| arch-mpc83xx | ||
| arch-mpc85xx | ||
| arch-ppc4xx | ||
| 4xx_pci.h | ||
| 4xx_pcie.h | ||
| 5xx_immap.h | ||
| 8xx_immap.h | ||
| atomic.h | ||
| bitops.h | ||
| byteorder.h | ||
| cache.h | ||
| config.h | ||
| config_mpc85xx.h | ||
| config_mpc86xx.h | ||
| cpm_85xx.h | ||
| cpm_8260.h | ||
| e300.h | ||
| errno.h | ||
| fsl_dma.h | ||
| fsl_fdt.h | ||
| fsl_i2c.h | ||
| fsl_law.h | ||
| fsl_lbc.h | ||
| fsl_liodn.h | ||
| fsl_mpc83xx_serdes.h | ||
| fsl_pamu.h | ||
| fsl_pci.h | ||
| fsl_portals.h | ||
| fsl_secure_boot.h | ||
| fsl_serdes.h | ||
| fsl_srio.h | ||
| global_data.h | ||
| gpio.h | ||
| immap_83xx.h | ||
| immap_85xx.h | ||
| immap_86xx.h | ||
| immap_512x.h | ||
| immap_8260.h | ||
| interrupt.h | ||
| io.h | ||
| iopin_8xx.h | ||
| iopin_8260.h | ||
| linkage.h | ||
| m8260_pci.h | ||
| mc146818rtc.h | ||
| mmu.h | ||
| mp.h | ||
| mpc8xxx_spi.h | ||
| mpc85xx_gpio.h | ||
| mpc512x.h | ||
| mpc8349_pci.h | ||
| pci_io.h | ||
| posix_types.h | ||
| ppc4xx-ebc.h | ||
| ppc4xx-emac.h | ||
| ppc4xx-gpio.h | ||
| ppc4xx-i2c.h | ||
| ppc4xx-isram.h | ||
| ppc4xx-mal.h | ||
| ppc4xx-sdram.h | ||
| ppc4xx-uic.h | ||
| ppc4xx.h | ||
| ppc4xx_config.h | ||
| ppc405.h | ||
| ppc405ep.h | ||
| ppc405ex.h | ||
| ppc405ez.h | ||
| ppc405gp.h | ||
| ppc440.h | ||
| ppc440ep_gr.h | ||
| ppc440epx_grx.h | ||
| ppc440gp.h | ||
| ppc440gx.h | ||
| ppc440sp.h | ||
| ppc440spe.h | ||
| ppc460ex_gt.h | ||
| ppc460sx.h | ||
| processor.h | ||
| ptrace.h | ||
| sections.h | ||
| sigcontext.h | ||
| signal.h | ||
| spl.h | ||
| status_led.h | ||
| string.h | ||
| types.h | ||
| u-boot.h | ||
| unaligned.h | ||
| xilinx_irq.h | ||