Skip to content

Commit 1787a2e

Browse files
committed
fix vc4-stage1
1 parent 86ecba0 commit 1787a2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/vc4-stage1/stage1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <lk/reg.h>
1212
#include <platform.h>
1313
#include <platform/bcm28xx/pll_read.h>
14-
#include <platform/bcm28xx/pm.h>
14+
#include <platform/bcm28xx/power.h>
1515
#include <platform/bcm28xx/sdhost_impl.h>
1616
#include <platform/bcm28xx/sdram.h>
1717
#include <string.h>

platform/bcm28xx/rpi-ddr2/sdram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ VideoCoreIV SDRAM initialization code.
2424
#include <lk/reg.h>
2525
#include <platform/bcm28xx.h>
2626
#include <platform/bcm28xx/pll.h>
27-
#include <platform/bcm28xx/pm.h>
27+
#include <platform/bcm28xx/power.h>
2828
#include <platform/bcm28xx/sdram.h>
2929
#include <platform/bcm28xx/udelay.h>
3030
#include <stdbool.h>

platform/bcm28xx/rules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ MODULE := $(LOCAL_DIR)
55
WITH_SMP := 1
66
#SMP_MAX_CPUS ?= 1
77
#LK_HEAP_IMPLEMENTATION ?= dlmalloc
8+
MODULE_DEPS += platform/bcm28xx/power
89

910
ifeq ($(ARCH),vpu)
1011
MODULE_DEPS += platform/bcm28xx/pll
@@ -19,7 +20,6 @@ ifeq ($(ARCH),vpu)
1920
endif
2021
GLOBAL_DEFINES += SMP_MAX_CPUS=1
2122
else # it must be arm32 or arm64
22-
MODULE_DEPS += platform/bcm28xx/power
2323
ifeq ($(HAVE_ARM_TIMER),1)
2424
MODULE_DEPS += dev/timer/arm_generic
2525
GLOBAL_DEFINES += HAVE_ARM_TIMER=1

0 commit comments

Comments
 (0)