mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
37bfd9cb50
Add basic support for the Hitachi Power Grids kmcent2 board, based on the NXP QorIQ T1040 SoC. Signed-off-by: Valentin Longchamp <valentin.longchamp@hitachi-powergrids.com> Signed-off-by: Rainer Boschung <rainer.boschung@hitachi-powergrids.com> Signed-off-by: Niel Fourie <lusus@denx.de> Cc: Holger Brunck <holger.brunck@hitachi-powergrids.com> Cc: Heiko Schocher <hs@denx.de> Reviewed-by: Stefan Roese <sr@denx.de> [Fixed blank line at EOF errors] Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
14 lines
311 B
Makefile
14 lines
311 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# (C) Copyright 2016 Keymile AG
|
|
# Rainer Boschung <rainer.boschung@keymile.com>
|
|
#
|
|
# Copyright 2013 Freescale Semiconductor, Inc.
|
|
#
|
|
|
|
obj-y += kmcent2.o
|
|
obj-y += ddr.o
|
|
obj-y += law.o
|
|
obj-y += tlb.o
|
|
obj-y += ../common/common.o
|
|
obj-y += ../common/ivm.o
|
|
obj-y += ../common/qrio.o
|