Home
last modified time | relevance | path

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

/u-boot/examples/standalone/
A Dhello_world.c16 printf ("Example expects ABI version %d\n", XF_VERSION); in hello_world()
A Datmel_df_pow2.c123 if (XF_VERSION != get_version()) { in atmel_df_pow2()
124 printf("Expects ABI version %d\n", XF_VERSION); in atmel_df_pow2()
A Dsmc91111_eeprom.c45 if (XF_VERSION != (int) get_version ()) { in smc91111_eeprom()
46 printf ("Expects ABI version %d\n", XF_VERSION); in smc91111_eeprom()
/u-boot/common/
A Dexports.c17 return XF_VERSION; in get_version()
/u-boot/include/
A Dexports.h75 #define XF_VERSION 9 macro
/u-boot/doc/
A DREADME.standalone46 if (get_version () != XF_VERSION)
97 - Increase the XF_VERSION value by one in the include/exports.h

Completed in 5 milliseconds