diff options
| author | Andre Przywara <[email protected]> | 2020-04-27 19:18:04 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-05-07 09:01:42 -0400 |
| commit | af6d4c0567f71fd24879fdb26b712b59b6a25160 (patch) | |
| tree | d51bdf6e7f68a7a73d4fea73f8c8212226496428 /include | |
| parent | 56e403d95fc00304e87565712f34e0f2107a33c4 (diff) | |
arm: vexpress64: Remove unneeded CONFIG_ check
CONFIG_SEMIHOSTING is selected for the VFP target by the means of
Kconfig already, there is no need to check this in the header file.
Signed-off-by: Andre Przywara <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/vexpress_aemv8a.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index 08ad368dbb5..3d638970540 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -7,12 +7,6 @@ #ifndef __VEXPRESS_AEMV8A_H #define __VEXPRESS_AEMV8A_H -#ifdef CONFIG_TARGET_VEXPRESS64_BASE_FVP -#ifndef CONFIG_SEMIHOSTING -#error CONFIG_TARGET_VEXPRESS64_BASE_FVP requires CONFIG_SEMIHOSTING -#endif -#endif - #define CONFIG_REMAKE_ELF /* Link Definitions */ |
