opnsense-ports/sysutils/u-boot-beaglebone/files/bbb_fragment
Franco Fichtner 906cf89440 */*: sync with upstream
Taken from: HardenedBSD
2020-06-10 02:56:11 +02:00

11 lines
377 B
Text

CONFIG_API=y
CONFIG_ARMV7_NONSEC=n
CONFIG_CMD_CACHE=y
CONFIG_BOOTCOMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run findfdt; run init_console; setenv boot_targets mmc0 mmc1 pxe dhcp; run distro_bootcmd"
CONFIG_MTD=n
CONFIG_MTD_RAW_NAND=n
CONFIG_SPL_NAND_SUPPORT=n
CONFIG_CMD_NAND=n
CONFIG_DFU_NAND=n
CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_EXTRA_OPTIONS="EMMC_BOOT"