mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +00:00
pandaboard: prevent copy of non-copyable objects
Follow up fix for commit 0b7ea4abab
Ref #1093
This commit is contained in:
parent
b8e6124594
commit
ba4045889b
@ -253,24 +253,18 @@ class Omap4_driver : public Gpio::Driver
|
|||||||
|
|
||||||
|
|
||||||
Omap4_driver::Gpio_bank Omap4_driver::_gpio_bank[Omap4_driver::MAX_BANKS] = {
|
Omap4_driver::Gpio_bank Omap4_driver::_gpio_bank[Omap4_driver::MAX_BANKS] = {
|
||||||
Gpio_bank(Genode::Board_base::GPIO1_MMIO_BASE,
|
{ Genode::Board_base::GPIO1_MMIO_BASE, Genode::Board_base::GPIO1_MMIO_SIZE,
|
||||||
Genode::Board_base::GPIO1_MMIO_SIZE,
|
Genode::Board_base::GPIO1_IRQ },
|
||||||
Genode::Board_base::GPIO1_IRQ),
|
{ Genode::Board_base::GPIO2_MMIO_BASE, Genode::Board_base::GPIO2_MMIO_SIZE,
|
||||||
Gpio_bank(Genode::Board_base::GPIO2_MMIO_BASE,
|
Genode::Board_base::GPIO2_IRQ },
|
||||||
Genode::Board_base::GPIO2_MMIO_SIZE,
|
{ Genode::Board_base::GPIO3_MMIO_BASE, Genode::Board_base::GPIO3_MMIO_SIZE,
|
||||||
Genode::Board_base::GPIO2_IRQ),
|
Genode::Board_base::GPIO3_IRQ },
|
||||||
Gpio_bank(Genode::Board_base::GPIO3_MMIO_BASE,
|
{ Genode::Board_base::GPIO4_MMIO_BASE, Genode::Board_base::GPIO4_MMIO_SIZE,
|
||||||
Genode::Board_base::GPIO3_MMIO_SIZE,
|
Genode::Board_base::GPIO4_IRQ },
|
||||||
Genode::Board_base::GPIO3_IRQ),
|
{ Genode::Board_base::GPIO5_MMIO_BASE, Genode::Board_base::GPIO5_MMIO_SIZE,
|
||||||
Gpio_bank(Genode::Board_base::GPIO4_MMIO_BASE,
|
Genode::Board_base::GPIO5_IRQ },
|
||||||
Genode::Board_base::GPIO4_MMIO_SIZE,
|
{ Genode::Board_base::GPIO6_MMIO_BASE, Genode::Board_base::GPIO6_MMIO_SIZE,
|
||||||
Genode::Board_base::GPIO4_IRQ),
|
Genode::Board_base::GPIO6_IRQ },
|
||||||
Gpio_bank(Genode::Board_base::GPIO5_MMIO_BASE,
|
|
||||||
Genode::Board_base::GPIO5_MMIO_SIZE,
|
|
||||||
Genode::Board_base::GPIO5_IRQ),
|
|
||||||
Gpio_bank(Genode::Board_base::GPIO6_MMIO_BASE,
|
|
||||||
Genode::Board_base::GPIO6_MMIO_SIZE,
|
|
||||||
Genode::Board_base::GPIO6_IRQ),
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user