File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ MODULE := $(LOCAL_DIR)
55WITH_SMP := 1
66# SMP_MAX_CPUS ?= 1
77# LK_HEAP_IMPLEMENTATION ?= dlmalloc
8+ MODULE_DEPS += platform/bcm28xx/power
89
910ifeq ($(ARCH ) ,vpu)
1011 MODULE_DEPS += platform/bcm28xx/pll
@@ -19,7 +20,6 @@ ifeq ($(ARCH),vpu)
1920 endif
2021 GLOBAL_DEFINES += SMP_MAX_CPUS=1
2122else # 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
You can’t perform that action at this time.
0 commit comments