Skip to content

Commit

Permalink
_targets/sparcv8leon3-gr716: Increase user script and kernel offset
Browse files Browse the repository at this point in the history
JIRA: RTOS-848
  • Loading branch information
Darchiv committed Sep 13, 2024
1 parent 2a3d557 commit a25d5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _targets/build.project.sparcv8leon3-gr716
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ PAGE_MASK=$((~(SIZE_PAGE - 1)))

BOOT_DEVICE="flash0" # Default boot device
NAME_USER_SCRIPT="user.plo" # User script name
OFFS_USER_SCRIPT=$((0xE000))
OFFS_USER_SCRIPT=$((0xE400))
MAGIC_USER_SCRIPT=$((0xdabaabad)) # User script magic value
KERNEL_OFFS=$((0xF000))
KERNEL_OFFS=$((0xF400))


# Physical kernel address
Expand Down

0 comments on commit a25d5e1

Please sign in to comment.