mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
arm: mvebu: Placeholder bin_hdr file can now be removed
With this patchset the Marvell bin_hdr (DDR training) code is intergrated into mainline U-Boot. We can remove the placeholder file again, which was only introduced to make U-Boot compile and link again. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
This commit is contained in:
parent
1e0b5984f4
commit
2f20aa82f4
2 changed files with 0 additions and 34 deletions
|
@ -1,17 +0,0 @@
|
|||
--------
|
||||
WARNING:
|
||||
--------
|
||||
This file should contain the bin_hdr generated by the original Marvell
|
||||
U-Boot implementation. As this is currently not included in this
|
||||
U-Boot version, we have added this placeholder, so that the U-Boot
|
||||
image can be generated without errors.
|
||||
|
||||
If you have a known to be working bin_hdr for your board, then you
|
||||
just need to replace this text file here with the binary header
|
||||
and recompile U-Boot.
|
||||
|
||||
In a few weeks, mainline U-Boot will get support to generate the
|
||||
bin_hdr with the DDR training code itself. By implementing this code
|
||||
as SPL U-Boot. Then this file will not be needed any more and will
|
||||
get removed.
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
--------
|
||||
WARNING:
|
||||
--------
|
||||
This file should contain the bin_hdr generated by the original Marvell
|
||||
U-Boot implementation. As this is currently not included in this
|
||||
U-Boot version, we have added this placeholder, so that the U-Boot
|
||||
image can be generated without errors.
|
||||
|
||||
If you have a known to be working bin_hdr for your board, then you
|
||||
just need to replace this text file here with the binary header
|
||||
and recompile U-Boot.
|
||||
|
||||
In a few weeks, mainline U-Boot will get support to generate the
|
||||
bin_hdr with the DDR training code itself. By implementing this code
|
||||
as SPL U-Boot. Then this file will not be needed any more and will
|
||||
get removed.
|
||||
|
Loading…
Add table
Reference in a new issue