diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-27 16:57:34 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-07-27 16:57:34 +0200 |
commit | fc6c4a67ae94adac02da6257a0f5adc3bd48ebec (patch) | |
tree | d5137f398fd678d552e47703f28c11302f75d1ad /board | |
parent | 4c4aca8166257e9db13670f87fa9cd077bfd9ef5 (diff) | |
parent | 193dd958344f9c27ed026d2e3db2a1a0a9eb5631 (diff) | |
download | u-boot-imx-fc6c4a67ae94adac02da6257a0f5adc3bd48ebec.zip u-boot-imx-fc6c4a67ae94adac02da6257a0f5adc3bd48ebec.tar.gz u-boot-imx-fc6c4a67ae94adac02da6257a0f5adc3bd48ebec.tar.bz2 |
Merge with /home/sr/git/u-boot/denx
Diffstat (limited to 'board')
-rw-r--r-- | board/amcc/bamboo/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/amcc/bamboo/config.mk b/board/amcc/bamboo/config.mk index 35cb655..9d7f4c3 100644 --- a/board/amcc/bamboo/config.mk +++ b/board/amcc/bamboo/config.mk @@ -1,5 +1,5 @@ # -# (C) Copyright 2002 +# (C) Copyright 2002-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this @@ -21,7 +21,7 @@ # MA 02111-1307 USA # -TEXT_BASE = 0xFFF80000 +TEXT_BASE = 0xFFFA0000 PLATFORM_CPPFLAGS += -DCONFIG_440=1 |