mirror of https://github.com/wolfSSL/wolfBoot.git
Fix to use correct boot ROM entry in stage1 linker script.
parent
4e93027cb9
commit
08e6a37ad7
|
@ -3,8 +3,8 @@ OUTPUT_ARCH( "powerpc" )
|
|||
ENTRY( _reset )
|
||||
|
||||
/* Adjust base address to 0xF8F80000 is debugging (run from L2 cache) */
|
||||
/* Boot ROM out of reset mapped to 0xFFFF0000 */
|
||||
BASE_ADDR = 0xFFFF0000; /* 0xF8F80000 */
|
||||
/* Boot ROM out of reset mapped to 0xFFFFF000 */
|
||||
BASE_ADDR = 0xFFFFF000; /* 0xF8F80000 */
|
||||
|
||||
/* Boot ROM requires it must be < 4KB */
|
||||
/* If debugging this can be increased */
|
||||
|
|
Loading…
Reference in New Issue