-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3adde6
commit dcecd71
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/* SPDX-License-Identifier: Apache-2.0 */ | ||
|
||
#ifndef __REG_RPROC_H__ | ||
#define __REG_RPROC_H__ | ||
#ifndef __SUN8IW21_REG_RPROC_H__ | ||
#define __SUN8IW21_REG_RPROC_H__ | ||
|
||
#define RISCV_CFG_BASE (0x06010000)// Base address for RISC-V configuration | ||
#define RISCV_STA_ADD_REG \ | ||
(RISCV_CFG_BASE + 0x0204)// Register address for RISC-V start address | ||
|
||
#endif// __REG_RPROC_H__ | ||
#endif// __SUN8IW21_REG_RPROC_H__ |