X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fmousse%2Fu-boot.lds.ram;h=2055429b4b1221a932efa0b71d7640b5c0e625d7;hp=449d0645e490054a2d4f110130fe4cb411b5843b;hb=bc5fd908d976cfd898e8cbb591e7220ddc8a684a;hpb=a77034a8dfc7942ca08483138dccdebeacc36826 diff --git a/board/mousse/u-boot.lds.ram b/board/mousse/u-boot.lds.ram index 449d0645e4..2055429b4b 100644 --- a/board/mousse/u-boot.lds.ram +++ b/board/mousse/u-boot.lds.ram @@ -85,9 +85,6 @@ SECTIONS } > ram */ - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; __start___ex_table = .; __ex_table : { *(__ex_table) } > ram @@ -99,6 +96,6 @@ SECTIONS common/env_embedded.o (.ppcenv) } > ram - _end = . ; + __bss_end = . ; PROVIDE (end = .); }