diff options
Diffstat (limited to 'board/sbc405/config.mk')
-rw-r--r-- | board/sbc405/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sbc405/config.mk b/board/sbc405/config.mk index bd572178110..77bb9e4b343 100644 --- a/board/sbc405/config.mk +++ b/board/sbc405/config.mk @@ -25,4 +25,4 @@ # Wind River sbc405 boards # -TEXT_BASE = 0xFFFC0000 +CONFIG_SYS_TEXT_BASE = 0xFFFC0000 |