diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-15 12:31:53 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2017-03-29 07:40:09 +0200 |
commit | d1d075a5587bafaa118a53af64c0feaff067fc9b (patch) | |
tree | 69f473a9c1b3c6f7b272e57fd5ade68e5ab9930f /cmd/fastboot.c | |
parent | c0abc761b12bfa3a19dc9291a6213982b1db4b3b (diff) |
net: mvpp2: enable building on 64-bit platforms
The mvpp2 is going to be extended to support the Marvell Armada 7K/8K
platform, which is ARM64. As a preparation to this work, this commit
enables building the mvpp2 driver on ARM64, by:
- Adjusting the Kconfig dependency
- Fixing the types used in the driver so that they are 32/64-bits
compliant. We use dma_addr_t for DMA addresses, and unsigned long
for virtual addresses.
It is worth mentioning that after this commit, the driver is for now
still only used on 32-bits platforms, and will only work on 32-bits
platforms.
Changed by Stefan for U-Boot:
Removed the Kconfig change as it does not apply to U-Boot this way.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'cmd/fastboot.c')
0 files changed, 0 insertions, 0 deletions