diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:17:45 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:51:40 +0200 |
commit | d6918816fb88ab648016284d80e88cc0db2a33ae (patch) | |
tree | 78f4ffdfde09d9d231e4c6d86718f5b03d97f778 /include/gdsys_fpga.h | |
parent | 4cb06d3edff9e39a1e0b0bbfd110b9e219158412 (diff) | |
download | u-boot-d6918816fb88ab648016284d80e88cc0db2a33ae.tar.gz u-boot-d6918816fb88ab648016284d80e88cc0db2a33ae.tar.bz2 u-boot-d6918816fb88ab648016284d80e88cc0db2a33ae.zip |
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>
Diffstat (limited to 'include/gdsys_fpga.h')
-rw-r--r-- | include/gdsys_fpga.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h index db4424d3f8..e9fb4b88b5 100644 --- a/include/gdsys_fpga.h +++ b/include/gdsys_fpga.h @@ -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 */ |