Home
last modified time | relevance | path

Searched refs:XF_VERSION (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/examples/standalone/
Datmel_df_pow2.c122 if (XF_VERSION != get_version()) { in atmel_df_pow2()
123 printf("Expects ABI version %d\n", XF_VERSION); in atmel_df_pow2()
Dhello_world.c16 printf ("Example expects ABI version %d\n", XF_VERSION); in hello_world()
Dsmc911x_eeprom.c326 if (XF_VERSION != get_version()) { in smc911x_eeprom()
327 printf("Expects ABI version %d\n", XF_VERSION); in smc911x_eeprom()
Dsmc91111_eeprom.c44 if (XF_VERSION != (int) get_version ()) { in smc91111_eeprom()
45 printf ("Expects ABI version %d\n", XF_VERSION); in smc91111_eeprom()
/external/u-boot/common/
Dexports.c14 return XF_VERSION; in get_version()
/external/u-boot/include/
Dexports.h60 #define XF_VERSION 9 macro
/external/u-boot/doc/
DREADME.standalone46 if (get_version () != XF_VERSION)
97 - Increase the XF_VERSION value by one in the include/exports.h