diff options
author | Tom Rini <trini@konsulko.com> | 2017-06-10 18:01:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-10 18:01:22 -0400 |
commit | 8cb3ce64f936f5dedbcfc1935c5caf31bb682474 (patch) | |
tree | bc6cbbacd344ccdac327b4bb7337aa316ad000e0 /include | |
parent | 4bdb49a7487d1c46c04e3da3f1f370cde1566aea (diff) | |
parent | 9620d87259572ef21f0df60988d9a932ca673779 (diff) | |
download | u-boot-8cb3ce64f936f5dedbcfc1935c5caf31bb682474.tar.gz u-boot-8cb3ce64f936f5dedbcfc1935c5caf31bb682474.tar.xz u-boot-8cb3ce64f936f5dedbcfc1935c5caf31bb682474.zip |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rockchip-common.h | 2 | ||||
-rw-r--r-- | include/configs/tegra-common-post.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h index 9d183cee6a..0573571e6e 100644 --- a/include/configs/rockchip-common.h +++ b/include/configs/rockchip-common.h @@ -54,4 +54,6 @@ #define CONFIG_ENV_OFFSET (96 * 1024) #endif +#define CONFIG_DISPLAY_BOARDINFO_LATE + #endif /* _ROCKCHIP_COMMON_H_ */ diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h index c03efd852a..dd72e5b4db 100644 --- a/include/configs/tegra-common-post.h +++ b/include/configs/tegra-common-post.h @@ -105,7 +105,7 @@ /* overrides for SPL build here */ #ifdef CONFIG_SPL_BUILD -#define CONFIG_SKIP_LOWLEVEL_INIT +#define CONFIG_SKIP_LOWLEVEL_INIT_ONLY /* remove I2C support */ #ifdef CONFIG_SYS_I2C_TEGRA |