Searched refs:deprecated (Results 1 - 4 of 4) sorted by relevance

/u-boot/tools/
H A DMakefile185 HOSTCFLAGS_mxsimage.o += -Wno-deprecated-declarations
186 HOSTCFLAGS_image-sig.o += -Wno-deprecated-declarations
187 HOSTCFLAGS_rsa-sign.o += -Wno-deprecated-declarations
/u-boot/drivers/pinctrl/renesas/
H A Dsh_pfc.h610 deprecated)); char name[(bank * 32) + pin] __attribute__((deprecated
613 char dummy[0] __attribute__((deprecated, \
615 deprecated)); \
676 deprecated)); char pfx[pn] __attribute__((deprecated
679 char dummy[0] __attribute__((deprecated, \
681 deprecated)); \
/u-boot/include/linux/
H A Dzstd_lib.h1075 * typically with -Wno-deprecated-declarations for gcc or _CRT_SECURE_NO_WARNINGS in Visual.
1082 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated(message)))
1084 # define ZSTD_DEPRECATED(message) ZSTDLIB_STATIC_API __attribute__((deprecated))
2164 * redundant functions will be deprecated, and then at some point removed.
2314 * This function is deprecated, and is equivalent to:
2320 * Note : this prototype will be marked as deprecated and generate compilation warnings on reaching v1.5.x
2325 * This function is deprecated, and is equivalent to:
2331 * Note : this prototype will be marked as deprecated and generate compilation warnings on reaching v1.5.x
2336 * This function is deprecated, and is equivalent to:
2341 * Note : this prototype will be marked as deprecated an
[all...]
/u-boot/
H A DMakefile805 KBUILD_CFLAGS += $(call cc-disable-warning, deprecated-non-prototype)
1110 define deprecated macro
1133 $(warning "You have deprecated configuration options enabled in your .config! Please check your configuration.")
1150 $(call deprecated,CONFIG_WDT,DM watchdog,v2019.10,\
1152 $(call deprecated,CONFIG_DM_I2C,I2C drivers,v2022.04,$(CONFIG_SYS_I2C_LEGACY))
1155 @# is enable to tell 'deprecated' that one of these symbols exists
1156 $(call deprecated,CONFIG_TIMER,Timer drivers,v2023.01,$(if $(strip $(CFG_SYS_TIMER_RATE)$(CFG_SYS_TIMER_COUNTER)),x))
1157 $(call deprecated,CONFIG_DM_SERIAL,Serial drivers,v2023.04,$(CONFIG_SERIAL))

Completed in 128 milliseconds