/******************************************************************* * Copyright (c) 2010-2020 Xilinx, Inc. All Rights Reserved. * SPDX-License-Identifier: MIT *******************************************************************/ #ifndef BSPCONFIG_H /* prevent circular inclusions */ #define BSPCONFIG_H /* by using protection macros */ #define MICROBLAZE_PVR_NONE /* Definition for hard-float ABI */ #define FPU_HARD_FLOAT_ABI_ENABLED 1 #endif /*end of __BSPCONFIG_H_*/