summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/intel.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/intel.cfg')
-rw-r--r--meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/intel.cfg18
1 files changed, 17 insertions, 1 deletions
diff --git a/meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/intel.cfg b/meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/intel.cfg
index 8e247744a..99ac5a220 100644
--- a/meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/intel.cfg
+++ b/meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/intel.cfg
@@ -6,6 +6,22 @@ CONFIG_CMD_LED=y
CONFIG_TARGET_AST2600_INTEL=y
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_BOARD_EARLY_INIT_R=y
-CONFIG_DEFAULT_DEVICE_TREE="ast2600-intel"
CONFIG_SYS_ARCH_TIMER=y
+CONFIG_USE_IRQ=y
CONFIG_CMD_IRQ=y
+CONFIG_ENV_SIZE=0x10000
+CONFIG_ENV_OFFSET=0x2400000
+CONFIG_BOOTCOMMAND="bootm 20080000"
+CONFIG_TARGET_EVB_AST2600A1=n
+CONFIG_PHY_NCSI=n
+CONFIG_CMD_USB=n
+CONFIG_CMD_EXT4=n
+CONFIG_CMD_EXT4_WRITE=n
+CONFIG_CMD_FAT=n
+CONFIG_CMD_FS_GENERIC=n
+CONFIG_CMD_MTDPARTS=n
+CONFIG_EFI_PARTITION=n
+CONFIG_USB=n
+CONFIG_DM_USB=n
+CONFIG_USB_EHCI_HCD=n
+CONFIG_USB_STORAGE=n \ No newline at end of file