diff options
Diffstat (limited to 'board/pcs440ep')
| -rw-r--r-- | board/pcs440ep/config.mk | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/board/pcs440ep/config.mk b/board/pcs440ep/config.mk index 0844e98e8..4dedfaaff 100644 --- a/board/pcs440ep/config.mk +++ b/board/pcs440ep/config.mk @@ -28,12 +28,12 @@  # Check the U-Boot Image with a SHA1 checksum  ALL += $(obj)u-boot.sha1 -#TEXT_BASE = 0x00001000 +#CONFIG_SYS_TEXT_BASE = 0x00001000  ifeq ($(ramsym),1) -TEXT_BASE = 0xFBD00000 +CONFIG_SYS_TEXT_BASE = 0xFBD00000  else -TEXT_BASE = 0xFFFA0000 +CONFIG_SYS_TEXT_BASE = 0xFFFA0000  endif  PLATFORM_CPPFLAGS += -DCONFIG_440=1 |