diff options
author | Andreas Färber <afaerber@suse.de> | 2016-02-15 18:13:30 (GMT) |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-03-24 09:05:49 (GMT) |
commit | d08957e6ba894066d6a63696d59aabad0da14515 (patch) | |
tree | e41516e07b2b289ccc24919dc3a1efeec2784ce0 | |
parent | aea02abec59e8ea8e78c7926162c2b0f6073f32c (diff) | |
download | u-boot-d08957e6ba894066d6a63696d59aabad0da14515.tar.xz |
arm: mvebu: db-88f6820: Drop obsolete binary.0 placeholder
It has been superseded in kwbimage.cfg in favor of an SPL in commit
9e30b31d20f0b793465d07f056b3d9885f578c0d (arm: mvebu: db-88f6820: Add
SPL support with DDR init code). Found via code review.
Cc: Stefan Roese <sr@denx.de>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | board/Marvell/db-88f6820-gp/binary.0 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/board/Marvell/db-88f6820-gp/binary.0 b/board/Marvell/db-88f6820-gp/binary.0 deleted file mode 100644 index 57a4cbf..0000000 --- a/board/Marvell/db-88f6820-gp/binary.0 +++ /dev/null @@ -1,16 +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. |