diff options
Diffstat (limited to 'board/cray/L1/config.mk')
-rw-r--r-- | board/cray/L1/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cray/L1/config.mk b/board/cray/L1/config.mk index b69fe8ee019..28924f91f96 100644 --- a/board/cray/L1/config.mk +++ b/board/cray/L1/config.mk @@ -23,4 +23,4 @@ # Note: I make an "image" from U-Boot itself, which prefixes 0x40 bytes of # header info, hence start address is thus shifted. -TEXT_BASE = 0xFFFD0040 +CONFIG_SYS_TEXT_BASE = 0xFFFD0040 |