Searched refs:updated (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/mtd/
H A Dmtdcore.c90 bool updated; member in struct:idr
99 idp->updated = true;
140 idp->updated = true;
164 if (mtd_idr.updated) {
165 mtd_idr.updated = false;
/u-boot/tools/
H A Dqconfig.py454 If the .config was updated, run "make savedefconfig" to sync
557 updated = not filecmp.cmp(orig_defconfig, new_defconfig)
559 if updated:
561 self.col.build(self.col.BLUE, 'defconfig updated', bright=True))
563 if not self.args.dry_run and updated:
1449 # Write out the updated information

Completed in 42 milliseconds