diff options
Diffstat (limited to 'board/pb1x00/config.mk')
-rw-r--r-- | board/pb1x00/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/pb1x00/config.mk b/board/pb1x00/config.mk index 396a045..6f3dc08 100644 --- a/board/pb1x00/config.mk +++ b/board/pb1x00/config.mk @@ -26,7 +26,7 @@ # # ROM version -#TEXT_BASE = 0xbfc00000 +#CONFIG_SYS_TEXT_BASE = 0xbfc00000 # SDRAM version -TEXT_BASE = 0x83800000 +CONFIG_SYS_TEXT_BASE = 0x83800000 |