diff options
Diffstat (limited to 'board/AtmarkTechno/suzaku/u-boot.lds')
-rw-r--r-- | board/AtmarkTechno/suzaku/u-boot.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/AtmarkTechno/suzaku/u-boot.lds b/board/AtmarkTechno/suzaku/u-boot.lds index da66a563ef..00a8ef7ad9 100644 --- a/board/AtmarkTechno/suzaku/u-boot.lds +++ b/board/AtmarkTechno/suzaku/u-boot.lds @@ -51,6 +51,7 @@ SECTIONS .u_boot_cmd ALIGN(0x4): { + . = .; __u_boot_cmd_start = .; *(.u_boot_cmd) __u_boot_cmd_end = .; |