Skip to content
Snippets Groups Projects
Commit b132d4fb authored by Alexandru Gagniuc's avatar Alexandru Gagniuc Committed by John Crispin
Browse files

uboot-omap: Do not hide bootloader packages


Because they were hidden, there was no way to disable the uboot
targets in menuconfig, so they had to be built every time. The omap
target is the only one to hide uboot packages. To be consistent with
the other targets, and have more control over the build, un-hide the
u-boot packages.

Note that the default behavior remains unchanged, as uboot will be
built unless explicitly disabled.

Signed-off-by: default avatarAlexandru Gagniuc <alex.g@adaptrum.com>
parent f9278337
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ define U-Boot/Default ...@@ -19,7 +19,6 @@ define U-Boot/Default
BUILD_TARGET:=omap BUILD_TARGET:=omap
BUILD_DEVICES:=Default BUILD_DEVICES:=Default
UBOOT_IMAGE:=u-boot.img MLO UBOOT_IMAGE:=u-boot.img MLO
HIDDEN:=1
endef endef
define U-Boot/omap4_panda define U-Boot/omap4_panda
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment