]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: eeprom: Hide eeprom layout versioning behind a Kconfig option
authorMarek Behún <kabel@kernel.org>
Tue, 21 May 2024 07:13:30 +0000 (09:13 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 16:47:59 +0000 (10:47 -0600)
commit2d49dafe4ac572228fe4309cf0445b5f82ff2fd5
tree405f6d4d8596fd0a741799dfd143e4a48e0cdb83
parent642ec48c76e6469c9a14f5c0359363af25bdaafb
cmd: eeprom: Hide eeprom layout versioning behind a Kconfig option

Add a new Kconfig option EEPROM_LAYOUT_VERSIONS, and hide eeprom
layout versionsing code behind it. Only print the relevant help in
'eeprom' command usage if this option is enabled.

Enable this new option for cm_fx6_defconfig and cm_t43_defconfig.
These are the only boards using EEPROM layout versioning.

Signed-off-by: Marek Behún <kabel@kernel.org>
cmd/Kconfig
cmd/eeprom.c
configs/cm_fx6_defconfig
configs/cm_t43_defconfig