mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
rk29: rk29_iomap.h: set RK29_SDRAM_PHYS to 0x60000000U, fix gcc warning: integer overflow in expression
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#define RK29_ADDR_BASE1 0xF5000000
|
||||
#define RK29_ADDR_BASE0 0xF4000000
|
||||
|
||||
#define RK29_SDRAM_PHYS 0x60000000
|
||||
#define RK29_SDRAM_PHYS 0x60000000U
|
||||
#define RK29_AXI1_PHYS 0x10000000
|
||||
#define RK29_AXI0_PHYS 0x1012C000
|
||||
#define RK29_PERI_PHYS 0x10140000
|
||||
|
||||
Reference in New Issue
Block a user