mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
36cc7bfd54
This is not used by sandbox since it uses driver model for the timer. Drop it. Also update the tools_only build to avoid build errors, since it does actually build U-Boot too. Enable DM so we can use CONFIG_TIMER, disable EFI_LOADER to avoid an error about board_quiesce_devices() and disable NET to avoid having to define CONFIG_AVB_BUF_ADDR Signed-off-by: Simon Glass <sjg@chromium.org>
34 lines
845 B
Text
34 lines
845 B
Text
CONFIG_SYS_TEXT_BASE=0
|
|
CONFIG_SYS_MALLOC_LEN=0x2000000
|
|
CONFIG_ENV_SIZE=0x2000
|
|
CONFIG_DEFAULT_DEVICE_TREE="sandbox"
|
|
CONFIG_SYS_LOAD_ADDR=0x0
|
|
CONFIG_ANDROID_BOOT_IMAGE=y
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_SIGNATURE=y
|
|
CONFIG_USE_BOOTCOMMAND=y
|
|
CONFIG_BOOTCOMMAND="run distro_bootcmd"
|
|
CONFIG_MISC_INIT_F=y
|
|
# CONFIG_CMD_BOOTD is not set
|
|
# CONFIG_CMD_BOOTM is not set
|
|
# CONFIG_CMD_ELF is not set
|
|
# CONFIG_CMD_EXTENSION is not set
|
|
# CONFIG_CMD_DATE is not set
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
# CONFIG_NET is not set
|
|
# CONFIG_ACPIGEN is not set
|
|
CONFIG_AXI=y
|
|
CONFIG_AXI_SANDBOX=y
|
|
CONFIG_SANDBOX_GPIO=y
|
|
CONFIG_PCI=y
|
|
CONFIG_PCI_SANDBOX=y
|
|
CONFIG_DM_RTC=y
|
|
CONFIG_SOUND=y
|
|
CONFIG_SYSRESET=y
|
|
CONFIG_TIMER=y
|
|
CONFIG_I2C_EDID=y
|
|
# CONFIG_VIRTIO_MMIO is not set
|
|
# CONFIG_VIRTIO_PCI is not set
|
|
# CONFIG_VIRTIO_SANDBOX is not set
|
|
# CONFIG_EFI_LOADER is not set
|