Commit cfb54ef5 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

uboot-tools: enable fw_printenv by default



Normally people want to atleast use fw_printenv if they are using u-boot
tools, so default to 'y'.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 82b23f3b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE

config BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV
	bool "fw_printenv"
	default y
	help
	  The fw_printenv / fw_setenv tools from Das U-Boot
	  bootloader, which allows access to the U-Boot environment