diff options
author | Scott McNutt <smcnutt@psyent.com> | 2006-06-08 12:03:21 -0400 |
---|---|---|
committer | Scott McNutt <smcnutt@psyent.com> | 2006-06-08 12:03:21 -0400 |
commit | 3d22d0b89bb3d669e27ff98d15ab013fbe04ee87 (patch) | |
tree | f8f93e0a9362ead3f75ff4172423e4db77c7e7d7 /board/psyent/pk1c20/config.mk | |
parent | c2ced000f4f18361feb36ea257fabbb46913e1d4 (diff) | |
download | u-boot-imx-3d22d0b89bb3d669e27ff98d15ab013fbe04ee87.zip u-boot-imx-3d22d0b89bb3d669e27ff98d15ab013fbe04ee87.tar.gz u-boot-imx-3d22d0b89bb3d669e27ff98d15ab013fbe04ee87.tar.bz2 |
Update PK1C20 board
-Update base addresses for standard configuration
-Eliminate use of CACHE_BYPASS in board code
Patch by Scott McNutt, 08 Jun 2006
Diffstat (limited to 'board/psyent/pk1c20/config.mk')
-rw-r--r-- | board/psyent/pk1c20/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/psyent/pk1c20/config.mk b/board/psyent/pk1c20/config.mk index d72bcee..d65780d 100644 --- a/board/psyent/pk1c20/config.mk +++ b/board/psyent/pk1c20/config.mk @@ -21,7 +21,7 @@ # MA 02111-1307 USA # -TEXT_BASE = 0x018e0000 +TEXT_BASE = 0x01fc0000 PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul PLATFORM_CPPFLAGS += -I$(TOPDIR)/board/$(VENDOR)/include |