diff options
| author | Heiko Schocher <[email protected]> | 2024-11-23 17:52:53 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-11-25 23:07:37 -0300 |
| commit | ff536f38f5532325282a28054eeab6af9fcc6d8e (patch) | |
| tree | ee6f82435ca23873cc376f88f1c936043082593c | |
| parent | cf2426c2be0e62a9cfc7c13039eb78850207d736 (diff) | |
siemens: imximage.cfg: correct comment
fix wrong comment.
Signed-off-by: Heiko Schocher <[email protected]>
Reviewed-by: Alexander Sverdlin <[email protected]>
| -rw-r--r-- | board/siemens/capricorn/imximage.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/board/siemens/capricorn/imximage.cfg b/board/siemens/capricorn/imximage.cfg index e45f2c9589e..f73c5a7a9b0 100644 --- a/board/siemens/capricorn/imximage.cfg +++ b/board/siemens/capricorn/imximage.cfg @@ -21,5 +21,6 @@ APPEND ahab-container.img CONTAINER /* Add scfw image with exec attribute */ IMAGE SCU capricorn-scfw-tcm.bin -/* Add ATF image with exec attribute */ + +/* Add SPL image with exec attribute */ IMAGE A35 spl/u-boot-spl.bin 0x00100000 |
