diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-12 09:10:54 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-12 09:10:54 -0400 |
commit | 39fbd987164336adc2ff7e5ab7a4268b8dcdee92 (patch) | |
tree | f24aa70332c5a6f7c406927c7aed4c966ee145df /include | |
parent | ec770dba89533ca49b1bdc7d2c49c2d01fcdf406 (diff) | |
parent | aca84a214d70953505d56b7c9717d1a7c019902c (diff) | |
download | u-boot-imx-39fbd987164336adc2ff7e5ab7a4268b8dcdee92.zip u-boot-imx-39fbd987164336adc2ff7e5ab7a4268b8dcdee92.tar.gz u-boot-imx-39fbd987164336adc2ff7e5ab7a4268b8dcdee92.tar.bz2 |
Merge git://www.denx.de/git/u-boot-marvell
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/theadorable.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index a4bcf21..5864f27 100644 --- a/include/configs/theadorable.h +++ b/include/configs/theadorable.h @@ -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 @@ -103,6 +104,7 @@ #define CONFIG_PCI #define CONFIG_PCI_MVEBU #define CONFIG_PCI_PNP +#define CONFIG_BOARD_LATE_INIT /* for PEX switch test */ #endif #endif @@ -120,6 +122,14 @@ #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 */ |