diff options
| author | Simon Glass <[email protected]> | 2017-04-26 22:27:53 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-04-30 10:30:03 -0400 |
| commit | c04b9b3440a2b2c55267bc76c594f49d101657fb (patch) | |
| tree | 6b22e15142b64bc31eff511ea960419a33bf9980 /cmd/Makefile | |
| parent | ac20a1b21caeb779848f8f4731060dbc00f4bd7b (diff) | |
Convert CONFIG_CMD_BLOB to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_BLOB
Signed-off-by: Simon Glass <[email protected]>
[trini: Add imply CMD_BLOB under CHAIN_OF_TRUST]
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd/Makefile')
| -rw-r--r-- | cmd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Makefile b/cmd/Makefile index 97c862f6511..e98786807b6 100644 --- a/cmd/Makefile +++ b/cmd/Makefile @@ -152,9 +152,9 @@ obj-$(CONFIG_CMD_ETHSW) += ethsw.o # Power obj-$(CONFIG_CMD_PMIC) += pmic.o obj-$(CONFIG_CMD_REGULATOR) += regulator.o -endif # !CONFIG_SPL_BUILD obj-$(CONFIG_CMD_BLOB) += blob.o +endif # !CONFIG_SPL_BUILD # core command obj-y += nvedit.o |
