X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fmpl%2Fpip405%2Fu-boot.lds.debug;h=15cccee718b7a13a4b798479a6b2e17be115be3a;hb=556751427b9b79266918e87f7399e1a6eea60096;hp=fcf8ebbf8ec9a1ef095476904fc5c6c6fbdc1cda;hpb=42ebaae3a33b8393a37e7176234e71b5eada58d4;p=kernel%2Fu-boot.git diff --git a/board/mpl/pip405/u-boot.lds.debug b/board/mpl/pip405/u-boot.lds.debug index fcf8ebb..15cccee 100644 --- a/board/mpl/pip405/u-boot.lds.debug +++ b/board/mpl/pip405/u-boot.lds.debug @@ -110,6 +110,11 @@ SECTIONS .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .; + . = ALIGN(4); + .u_boot_list : { + #include + } + __start___ex_table = .; __ex_table : { *(__ex_table) }