diff options
| author | Tom Rini <trini@konsulko.com> | 2018-02-17 16:06:59 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2018-02-17 16:06:59 -0500 |
| commit | 02b0895c215e252cff50d9edf53a972d2bbbfd30 (patch) | |
| tree | 5b466b914ccb2eb740bdc1740986c6c9c91ec892 /include | |
| parent | bd650cd404b6dc870b6cc220025f35da4b31d0f4 (diff) | |
| parent | 25f6dc8955bdf97bfb16ef19de7ce4abe76aaee4 (diff) | |
Merge git://git.denx.de/u-boot-sh
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/porter.h | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/include/configs/porter.h b/include/configs/porter.h index 758ed21c15..eb28d1afcc 100644 --- a/include/configs/porter.h +++ b/include/configs/porter.h @@ -49,19 +49,9 @@ #define CONFIG_SYS_TMU_CLK_DIV 4 -/* i2c */ -#define CONFIG_SYS_I2C -#define CONFIG_SYS_I2C_SH -#define CONFIG_SYS_I2C_SLAVE 0x7F -#define CONFIG_SYS_I2C_SH_NUM_CONTROLLERS 3 -#define CONFIG_SYS_I2C_SH_SPEED0 400000 -#define CONFIG_SYS_I2C_SH_SPEED1 400000 -#define CONFIG_SYS_I2C_SH_SPEED2 400000 -#define CONFIG_SH_I2C_DATA_HIGH 4 -#define CONFIG_SH_I2C_DATA_LOW 5 -#define CONFIG_SH_I2C_CLOCK 10000000 - -#define CONFIG_SYS_I2C_POWERIC_ADDR 0x58 /* da9063 */ +#define CONFIG_EXTRA_ENV_SETTINGS \ + "fdt_high=0xffffffff\0" \ + "initrd_high=0xffffffff\0" /* SPL support */ #define CONFIG_SPL_TEXT_BASE 0xe6304000 |
