Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
fsm9900: disable logs in user builds
Browse files Browse the repository at this point in the history
Disable LK logging in user variant builds.

Change-Id: I607aa2c502a8a763ab42886b2d37a72507b29b21
  • Loading branch information
Sridhar Parasuram committed Nov 20, 2014
1 parent 6d80546 commit 9ce95c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/fsm9900.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ TARGET := fsm9900

MODULES += app/aboot

ifeq ($(TARGET_BUILD_VARIANT),user)
DEBUG := 0
else
DEBUG := 1
endif

EMMC_BOOT := 1
ENABLE_SDHCI_SUPPORT := 1

Expand Down

0 comments on commit 9ce95c4

Please sign in to comment.