Use KERNEL_IO_VBASE instead of magic number
This commit is contained in:
parent
7d3291fe74
commit
79c41704e9
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: platform.h,v 1.2 2017/06/10 15:13:19 jmcneill Exp $ */
|
||||
/* $NetBSD: platform.h,v 1.3 2018/07/05 13:11:03 jmcneill Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2014 The NetBSD Foundation, Inc.
|
||||
@ -38,6 +38,6 @@
|
||||
* IO space
|
||||
*/
|
||||
|
||||
#define EXYNOS_CORE_VBASE 0xf0000000
|
||||
#define EXYNOS_CORE_VBASE KERNEL_IO_VBASE
|
||||
|
||||
#endif /* _ARM_EXYNOS_PLATFORM_H */
|
||||
|
Loading…
Reference in New Issue
Block a user