From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Bezanson Date: Sat, 22 Nov 2003 00:47:16 -0500 Subject: [U-Boot-Users] Binary file cat Message-ID: <002301c3b0bc$19651120$e199fea9@amlp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I have ported u-boot to my arm920t based system. I have a unique situation in that my processor requires a binary header to be placed In front of u-boot.bin before it is burnt into flash. If the processor doesn't find this header in flash it will not boot out of flash. Currently I have the header file as a separate file in the root directory and when I finish a new compile I have a shell script which Simply does a 'cat header.bin u-boot.bin > out.bin'. I'd like to get away from this and add it to the Makefiles so for my board I don't have to run this script every time. Before I go editing a top-level Makefile, I wanted to ask for advice on how I should go About doing this? Anything I can do in my board-specific directory would make me feel better. Suggestions? Thanks, Adam -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.denx.de/pipermail/u-boot/attachments/20031122/c3dc7f3f/attachment.htm