mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-01 21:33:02 +02:00
This ensures that U-Boot images that we build can always: - Rely on the environment extensions in env.dtsi being available - Access the configured signing keys - Use SD/eMMC cards - Extract files from SquashFS filesystems All of which are foundations that we intend to design our image loading around.
21 lines
333 B
Plaintext
21 lines
333 B
Plaintext
# CONFIG_OF_OMIT_DTB is not set
|
|
CONFIG_DEVICE_TREE_INCLUDES="infix-env.dtsi infix-key.dtsi"
|
|
|
|
CONFIG_ENV_IMPORT_FDT=y
|
|
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_SIGNATURE=y
|
|
CONFIG_BLKMAP=y
|
|
|
|
CONFIG_DISTRO_DEFAULTS=y
|
|
CONFIG_CMD_SETEXPR_FMT=y
|
|
|
|
CONFIG_MMC=y
|
|
CONFIG_MMC_SDHCI=y
|
|
CONFIG_MMC_PCI=y
|
|
CONFIG_CMD_MMC=y
|
|
|
|
CONFIG_FS_SQUASHFS=y
|
|
CONFIG_CMD_SQUASHFS=y
|
|
|