diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2009-04-29 09:50:59 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:46 +0200 |
commit | 700d553fd3afe804086de8f73d95153315eb0c32 (patch) | |
tree | f37e4a66d84267cd593af9ce4f4d91a4e1bba020 /board/esd/vom405/config.mk | |
parent | 0bb10630364c48d9857cbf5353da609fc4dd6751 (diff) | |
download | u-boot-imx-700d553fd3afe804086de8f73d95153315eb0c32.zip u-boot-imx-700d553fd3afe804086de8f73d95153315eb0c32.tar.gz u-boot-imx-700d553fd3afe804086de8f73d95153315eb0c32.tar.bz2 |
4xx: Remove binary cpld bitstream from VOM405 board
This patch removes the cpld binary bitstream that is
used by esd's cpld command on VOM405 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.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd/vom405/config.mk')
-rw-r--r-- | board/esd/vom405/config.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/board/esd/vom405/config.mk b/board/esd/vom405/config.mk index 3041b77..8e48bcd 100644 --- a/board/esd/vom405/config.mk +++ b/board/esd/vom405/config.mk @@ -20,10 +20,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA # - -# -# esd VOH405 boards -# - -TEXT_BASE = 0xFFFC0000 -#TEXT_BASE = 0x00FC0000 +TEXT_BASE = 0xFFFC8000 |