well... I made a different modification:
I changed the row
IOBASE := $(shell cat /proc/iomem | grep bcm2708_vcio | cut -f 1 -d "-")
in
IOBASE := 20000000
(3F000000 in your case)
well... I made a different modification:
I changed the row
IOBASE := $(shell cat /proc/iomem | grep bcm2708_vcio | cut -f 1 -d "-")
in
IOBASE := 20000000
(3F000000 in your case)