
-----Original Message----- From: Detlev Zundel [mailto:dzu@denx.de] Sent: Monday, April 06, 2009 3:10 PM To: Wolfgang Denk Cc: Prafulla Wadaskar; u-boot@lists.denx.de; Ronen Shitrit Subject: Re: [U-Boot] [PATCH] bin_dep.sh Support
Hi,
Dear Prafulla Wadaskar,
In message
1238759359-6544-2-git-send-email-prafulla@marvell.com you wrote:
From: prafulla_wadaskar prafulla@marvell.com
In some cases the u-boot.bin need to be processed further
to create
bootable u-boot binary from boot device This processing may be cpu,soc and/or board spcific bin_dep.sh provides a mechanism to execute bin_dep.sh if present in above platform specific folders
Signed-off-by: prafulla_wadaskar prafulla@marvell.com
Makefile | 2 + tools/bin_dep.sh | 79
++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+), 0 deletions(-) create mode 100755 tools/bin_dep.sh
I don't see use cases for this. This should probably remain out of tree.
If the wrapping is needed to get a working U-Boot image for this specific board, I'll vote to add the code.
Dear Detlev Thanks for your vote.
Regards.. Prafulla . .