From 1e67d4ddfe01b649f740644b2e89e320727bd09a Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Mon, 16 Nov 2015 02:16:51 +0100 Subject: [PATCH] More cleans, this time with AR934x low level related code and forgotten changes in Makefile for AR933x low level code --- u-boot/board/ar7240/db12x/Makefile | 2 -- u-boot/cpu/mips/ar7240/Makefile | 4 +++- .../mips/ar7240/ar934x_pll_init.S} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename u-boot/{board/ar7240/common/lowlevel_init_934x.S => cpu/mips/ar7240/ar934x_pll_init.S} (100%) diff --git a/u-boot/board/ar7240/db12x/Makefile b/u-boot/board/ar7240/db12x/Makefile index f655de9..d8c1551 100644 --- a/u-boot/board/ar7240/db12x/Makefile +++ b/u-boot/board/ar7240/db12x/Makefile @@ -12,8 +12,6 @@ ifeq ($(ETH_CONFIG), _s27) OBJS += ../common/athrs27_phy.o endif -SOBJS = ../common/lowlevel_init_934x.o - $(LIB): .depend $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) $(SOBJS) diff --git a/u-boot/cpu/mips/ar7240/Makefile b/u-boot/cpu/mips/ar7240/Makefile index 63ff167..c48e028 100644 --- a/u-boot/cpu/mips/ar7240/Makefile +++ b/u-boot/cpu/mips/ar7240/Makefile @@ -14,13 +14,15 @@ SOBJS += qca_gpio_init.o ifeq ($(BOARD), ap121) OBJS += qca_hs_uart.o OBJS += ag7240.o - SOBJS += hornet_ddr_init.o + SOBJS += ar933x_ddr_init.o + SOBJS += ar933x_pll_init.o else OBJS += qca_ls_uart.o endif ifeq ($(BOARD), db12x) OBJS += ag934x.o + SOBJS += ar934x_pll_init.o endif all: .depend $(START) $(LIB) diff --git a/u-boot/board/ar7240/common/lowlevel_init_934x.S b/u-boot/cpu/mips/ar7240/ar934x_pll_init.S similarity index 100% rename from u-boot/board/ar7240/common/lowlevel_init_934x.S rename to u-boot/cpu/mips/ar7240/ar934x_pll_init.S -- 2.25.1