Skip to content

Commit

Permalink
ARM: S5PV210: Fix build error on pm debug
Browse files Browse the repository at this point in the history
This patch fixes build error by S3C2410 PM Suspend debug option
due to undefined address.

Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Sangbeom Kim authored and Kukjin Kim committed Oct 20, 2010
1 parent 9adf5d2 commit dc42547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-s5pv210/include/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@

#define S5P_SZ_UART SZ_256

#define S3C_VA_UARTx(x) (S3C_VA_UART + ((x) * S3C_UART_OFFSET))

#define S5PV210_PA_SROMC (0xE8000000)

#define S5PV210_PA_CFCON (0xE8200000)
Expand Down

0 comments on commit dc42547

Please sign in to comment.