diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2009-04-29 09:51:00 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:47 +0200 |
commit | de47a34d4de1d007a8951efd072283516d580ffa (patch) | |
tree | 1eed5e118ab3ebadb433fde3f42b615e04a4f468 /board/esd/dp405/config.mk | |
parent | 700d553fd3afe804086de8f73d95153315eb0c32 (diff) | |
download | u-boot-imx-de47a34d4de1d007a8951efd072283516d580ffa.zip u-boot-imx-de47a34d4de1d007a8951efd072283516d580ffa.tar.gz u-boot-imx-de47a34d4de1d007a8951efd072283516d580ffa.tar.bz2 |
4xx: Remove binary cpld bitstream from DP405 board
This patch removes the cpld binary bitstream that is
used by esd's cpld command on DP405 boards.
Because u-boot with an external cpld bitstream may not
take more space in flash than before the u-boot binary is
shrinked a little bit. Some unused featues have been
removed therefore.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd/dp405/config.mk')
-rw-r--r-- | board/esd/dp405/config.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/board/esd/dp405/config.mk b/board/esd/dp405/config.mk index 3041b77..9b1a8be 100644 --- a/board/esd/dp405/config.mk +++ b/board/esd/dp405/config.mk @@ -21,9 +21,4 @@ # MA 02111-1307 USA # -# -# esd VOH405 boards -# - -TEXT_BASE = 0xFFFC0000 -#TEXT_BASE = 0x00FC0000 +TEXT_BASE = 0xFFFD0000 |