582448032d
Fixes: - http://autobuild.buildroot.org/results/cdf0fb462eec143ea881d43cdd0c69c86122f66b - http://autobuild.buildroot.org/results/df4d9702959b610762e87cf21fac9de62365dae6 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
403 B
Plaintext
12 lines
403 B
Plaintext
config BR2_PACKAGE_FLASHROM
|
|
bool "flashrom"
|
|
depends on !BR2_microblaze && !BR2_xtensa # platform.h
|
|
help
|
|
flashrom is a utility for identifying, reading, writing,
|
|
verifying and erasing flash chips. It is designed to flash
|
|
BIOS/EFI/coreboot/firmware/optionROM images on mainboards,
|
|
network/graphics/storage controller cards, and various other
|
|
programmer devices.
|
|
|
|
http://flashrom.org/
|