From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark L. Date: Tue, 10 Jan 2017 08:20:57 +0100 Subject: [U-Boot] Vexpress-ca9x4: huge size Message-ID: <29311484032857@web11j.yandex.ru> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Once compiled, the u-boot.bin for vexpress-ca9x4 is 267,424 bytes on disk. In memory, it occupies 332,957 bytes (mallocs and so on). To me, it is HUGE. Is there a problem with my build, or is it normal? My compilation commands: make ARCH=arm CROSS_COMPILE=~/Downloads/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi- vexpress_ca9x4_config make ARCH=arm CROSS_COMPILE=~/Downloads/gcc-arm-none-eabi-5_4-2016q3/bin/arm-none-eabi- Thanks --? Mark