1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

hrcon: Migrate to CONFIG_TARGET_HRCON

Use the proper CONFIG_TARGET_HRCON Kconfig option to replace
the CONFIG_HRCON ad-hoc config option.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
This commit is contained in:
Mario Six
2019-01-21 09:17:45 +01:00
parent 4cb06d3edf
commit d6918816fb
5 changed files with 3 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ struct ihs_fpga {
};
#endif
#if defined(CONFIG_HRCON) || defined(CONFIG_STRIDER_CON_DP)
#if defined(CONFIG_TARGET_HRCON) || defined(CONFIG_STRIDER_CON_DP)
struct ihs_fpga {
u16 reflection_low; /* 0x0000 */
u16 versions; /* 0x0002 */