Home
last modified time | relevance | path

Searched refs:get_version (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/examples/standalone/
H A Datmel_df_pow2.c122 if (XF_VERSION != get_version()) { in atmel_df_pow2()
124 printf("Actual U-Boot ABI version %lu\n", get_version()); in atmel_df_pow2()
H A Dhello_world.c18 printf ("Actual U-Boot ABI version %d\n", (int)get_version()); in hello_world()
H A Dsmc911x_eeprom.c326 if (XF_VERSION != get_version()) { in smc911x_eeprom()
328 printf("Actual U-Boot ABI version %lu\n", get_version()); in smc911x_eeprom()
H A Dsmc91111_eeprom.c45 if (XF_VERSION != (int) get_version ()) { in smc91111_eeprom()
48 (int) get_version ()); in smc91111_eeprom()
H A Drkspi.c356 printf("Actual U-Boot ABI version %d\n", (int)get_version()); in main()
/rk3399_rockchip-uboot/common/
H A Dexports.c12 unsigned long get_version(void) in get_version() function
/rk3399_rockchip-uboot/include/
H A D_exports.h10 EXPORT_FUNC(get_version, unsigned long, get_version, void)
H A Dexports.h12 unsigned long get_version(void);
/rk3399_rockchip-uboot/doc/
H A DREADME.standalone39 U-Boot. To facilitate this, a get_version() function is exported
46 if (get_version () != XF_VERSION)