Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc63b723 authored by Nicolas Pitre's avatar Nicolas Pitre
Browse files

[ARM] Kirkwood: let's use real size for resources



We don't have to define resources to the minimal physical window size
as setup_cpu_win() will cope with smaller sizes already.

Signed-off-by: default avatarNicolas Pitre <nico@marvell.com>
parent 3a8f7441
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -27,9 +27,7 @@
 */

#define KIRKWOOD_NAND_MEM_PHYS_BASE	0xf3000000
#define KIRKWOOD_NAND_MEM_SIZE		SZ_64K /* 1K is sufficient, but 64K
						* is the minimal window size
						*/
#define KIRKWOOD_NAND_MEM_SIZE		SZ_1K

#define KIRKWOOD_PCIE_IO_PHYS_BASE	0xf2000000
#define KIRKWOOD_PCIE_IO_VIRT_BASE	0xfef00000