commit | cb1c989b70c2234b059a579f85744320721c4169 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Wed Oct 24 02:36:17 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sun Oct 28 20:18:32 2012 +0100 |
tree | 4cc46aac0910560abeffcef870efd96d4b111aac | |
parent | bf294f4afee026ca5bfeab41e97c034abd6db912 [diff] |
ESTEEM192E: adjust linker script to grown code size Once more, some of the previous changes caused the code to grow, which causes errors like u-boot.lds:74 cannot move location counter backwards (from 40008384 to 40008000) when building with some older tool chains (like ELDK 4.2). Adjust the linker script to make fit again. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Conn Clark <clark@esteem.com>