public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/2] Add bootlimit to Kconfig
@ 2018-05-24 19:22 Alex Kiernan
  2018-05-24 19:22 ` [U-Boot] [PATCH v1 1/2] Add BOOTCOUNT_BOOTLIMIT to set reboot limit Alex Kiernan
  2018-05-24 19:22 ` [U-Boot] [PATCH v1 2/2] Migrate bootlimit to Kconfig Alex Kiernan
  0 siblings, 2 replies; 5+ messages in thread
From: Alex Kiernan @ 2018-05-24 19:22 UTC (permalink / raw)
  To: u-boot


This patch series adds the bootlimit environment variable to Kconfig
and migrates users to it.


Alex Kiernan (2):
  Add BOOTCOUNT_BOOTLIMIT to set reboot limit
  Migrate bootlimit to Kconfig

 configs/brppt1_mmc_defconfig           | 1 +
 configs/brppt1_nand_defconfig          | 1 +
 configs/brppt1_spi_defconfig           | 1 +
 configs/calimain_defconfig             | 1 +
 configs/draco_defconfig                | 1 +
 configs/etamin_defconfig               | 1 +
 configs/ge_bx50v3_defconfig            | 1 +
 configs/km_kirkwood_128m16_defconfig   | 1 +
 configs/km_kirkwood_defconfig          | 1 +
 configs/km_kirkwood_pci_defconfig      | 1 +
 configs/kmcoge4_defconfig              | 1 +
 configs/kmcoge5ne_defconfig            | 1 +
 configs/kmcoge5un_defconfig            | 1 +
 configs/kmeter1_defconfig              | 1 +
 configs/kmlion1_defconfig              | 1 +
 configs/kmnusa_defconfig               | 1 +
 configs/kmopti2_defconfig              | 1 +
 configs/kmsugp1_defconfig              | 1 +
 configs/kmsupx5_defconfig              | 1 +
 configs/kmsuv31_defconfig              | 1 +
 configs/kmtegr1_defconfig              | 1 +
 configs/kmtepr2_defconfig              | 1 +
 configs/kmvect1_defconfig              | 1 +
 configs/mgcoge3un_defconfig            | 1 +
 configs/mx53ppd_defconfig              | 1 +
 configs/portl2_defconfig               | 1 +
 configs/pxm2_defconfig                 | 1 +
 configs/rastaban_defconfig             | 1 +
 configs/rut_defconfig                  | 1 +
 configs/suvd3_defconfig                | 1 +
 configs/thuban_defconfig               | 1 +
 configs/tuge1_defconfig                | 1 +
 configs/tuxx1_defconfig                | 1 +
 drivers/bootcount/Kconfig              | 8 ++++++++
 include/configs/brppt1.h               | 2 --
 include/configs/calimain.h             | 1 -
 include/configs/ge_bx50v3.h            | 1 -
 include/configs/km/keymile-common.h    | 1 -
 include/configs/mx53ppd.h              | 1 -
 include/configs/siemens-am33x-common.h | 1 -
 include/env_default.h                  | 3 +++
 41 files changed, 44 insertions(+), 7 deletions(-)

-- 
2.17.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-25  4:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-24 19:22 [U-Boot] [PATCH v1 0/2] Add bootlimit to Kconfig Alex Kiernan
2018-05-24 19:22 ` [U-Boot] [PATCH v1 1/2] Add BOOTCOUNT_BOOTLIMIT to set reboot limit Alex Kiernan
2018-05-24 19:22 ` [U-Boot] [PATCH v1 2/2] Migrate bootlimit to Kconfig Alex Kiernan
2018-05-24 22:13   ` Lukasz Majewski
2018-05-25  4:24     ` Alex Kiernan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox