mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
1b377a9ffe
- Add some dependencies to CMD_DDR3 as this is only valid on some platforms (which tend to select it as well). - The proper gate for going in to cmd/ti is not CONFIG_TI_COMMON_CMD_OPTIONS as nothing under there is controlled by that symbol but the general TI architecture options. Signed-off-by: Tom Rini <trini@konsulko.com>
5 lines
172 B
Makefile
5 lines
172 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
|
|
|
|
obj-$(CONFIG_CMD_DDR3) += ddr3.o
|
|
obj-$(CONFIG_CMD_PD) += pd.o
|