Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BCM270x: Move vc_mem #989

Merged
merged 1 commit into from
Jun 2, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions arch/arm/mach-bcm2708/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ config BCM2708_GPIO
help
Include support for the Broadcom(R) BCM2708 gpio.

config BCM2708_VCMEM
bool "Videocore Memory"
depends on MACH_BCM2708
default y
help
Helper for videocore memory access and total size allocation.

config BCM2708_NOL2CACHE
bool "Videocore L2 cache disable"
depends on MACH_BCM2708
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-bcm2708/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@

obj-$(CONFIG_MACH_BCM2708) += bcm2708.o armctrl.o
obj-$(CONFIG_BCM2708_GPIO) += bcm2708_gpio.o
obj-$(CONFIG_BCM2708_VCMEM) += vc_mem.o
7 changes: 0 additions & 7 deletions arch/arm/mach-bcm2709/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ config BCM2708_GPIO
help
Include support for the Broadcom(R) BCM2709 gpio.

config BCM2708_VCMEM
bool "Videocore Memory"
depends on MACH_BCM2709
default y
help
Helper for videocore memory access and total size allocation.

config BCM2708_NOL2CACHE
bool "Videocore L2 cache disable"
depends on MACH_BCM2709
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-bcm2709/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@

obj-$(CONFIG_MACH_BCM2709) += bcm2709.o armctrl.o
obj-$(CONFIG_BCM2708_GPIO) += bcm2708_gpio.o
obj-$(CONFIG_BCM2708_VCMEM) += vc_mem.o
35 changes: 0 additions & 35 deletions arch/arm/mach-bcm2709/include/mach/vc_mem.h

This file was deleted.

Loading