diff options
Diffstat (limited to 'board/synopsys/axs10x/headerize-axs.py')
-rw-r--r-- | board/synopsys/axs10x/headerize-axs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/synopsys/axs10x/headerize-axs.py b/board/synopsys/axs10x/headerize-axs.py index fa6aaf350c2..3275218dc20 100644 --- a/board/synopsys/axs10x/headerize-axs.py +++ b/board/synopsys/axs10x/headerize-axs.py @@ -65,7 +65,7 @@ def main(): arc_id = 0x53 # initial header values: place where preloader will store u-boot binary, - # should be equal to CONFIG_SYS_TEXT_BASE + # should be equal to CONFIG_TEXT_BASE image_copy_adr = 0x81000000 # initial constant header values, do not change these values |