mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
d996f35403
Now that memory maps(for both S700 and S900 SoCs) can be managed using a common file, rename sysmap-s900 to sysmap-owl to reflect the same. Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
4 lines
88 B
Makefile
4 lines
88 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += soc.o
|
|
obj-$(CONFIG_ARM64) += sysmap-owl.o
|