]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/theadorable.h
configs: Re-sync HUSH options
[people/ms/u-boot.git] / include / configs / theadorable.h
index cd9d6b693bccc71dbd67805ce28dfb53447cb285..4f1a5f3b38295a758d8440614c899af5b61a4e1c 100644 (file)
@@ -51,6 +51,7 @@
 #define CONFIG_SYS_I2C
 #define CONFIG_SYS_I2C_MVTWSI
 #define CONFIG_I2C_MVTWSI_BASE0                MVEBU_TWSI_BASE
+#define CONFIG_I2C_MVTWSI_BASE1                MVEBU_TWSI1_BASE
 #define CONFIG_SYS_I2C_SLAVE           0x0
 #define CONFIG_SYS_I2C_SPEED           100000
 
 #define CONFIG_SYS_CONSOLE_INFO_QUIET  /* don't print console @ startup */
 #define CONFIG_SYS_ALT_MEMTEST
 #define CONFIG_PREBOOT
-#define CONFIG_FIT
 
-#define CONFIG_SYS_HUSH_PARSER                 /* Use the HUSH parser  */
-#define        CONFIG_SYS_PROMPT_HUSH_PS2      "> "
 
 /* Keep device tree and initrd in lower memory so the kernel can access them */
 #define CONFIG_EXTRA_ENV_SETTINGS      \
 #define CONFIG_PCI
 #define CONFIG_PCI_MVEBU
 #define CONFIG_PCI_PNP
+#define CONFIG_BOARD_LATE_INIT         /* for PEX switch test */
 #endif
 #endif
 
 #define CONFIG_VGA_AS_SINGLE_DEVICE
 #define CONFIG_CMD_BMP
 
+/* FPGA programming support */
+#define CONFIG_FPGA
+#define CONFIG_FPGA_ALTERA
+#define CONFIG_FPGA_STRATIX_V
+
+/*
+ * Bootcounter
+ */
+#define CONFIG_BOOTCOUNT_LIMIT
+#define CONFIG_BOOTCOUNT_RAM
+/* Max size of RAM minus BOOTCOUNT_ADDR is the bootcounter address */
+#define BOOTCOUNT_ADDR                 0x1000
+
 /*
  * mv-common.h should be defined after CMD configs since it used them
  * to enable certain macros