diff options
author | Ed Swarthout <Ed.Swarthout@freescale.com> | 2007-06-05 12:30:52 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-06-05 13:27:34 -0500 |
commit | 32922cdc470fdfd39bea0c1c4f582d3fb340421e (patch) | |
tree | edf6cbcd35129b2634d9dc37bfee0424b7fa6b10 /board/mpc8641hpcn/config.mk | |
parent | b84289b595731e8851df46e893845cc1322c9b9b (diff) | |
download | u-boot-imx-32922cdc470fdfd39bea0c1c4f582d3fb340421e.zip u-boot-imx-32922cdc470fdfd39bea0c1c4f582d3fb340421e.tar.gz u-boot-imx-32922cdc470fdfd39bea0c1c4f582d3fb340421e.tar.bz2 |
mpc8641 image size cleanup
e600 does not have a bootpg restriction.
Move the version string to beginning of image at fff00000.
Resetvec.S is not needed.
Update flash copy instructions.
Add tftpflash env variable
Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/mpc8641hpcn/config.mk')
-rw-r--r-- | board/mpc8641hpcn/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpc8641hpcn/config.mk b/board/mpc8641hpcn/config.mk index 989a40b..f778dcb 100644 --- a/board/mpc8641hpcn/config.mk +++ b/board/mpc8641hpcn/config.mk @@ -25,7 +25,7 @@ # default CCSRBAR is at 0xff700000 # assume U-Boot is less than 0.5MB # -TEXT_BASE = 0xfff01000 +TEXT_BASE = 0xfff00000 PLATFORM_CPPFLAGS += -DCONFIG_MPC86xx=1 PLATFORM_CPPFLAGS += -DCONFIG_MPC8641=1 -maltivec -mabi=altivec -msoft-float |