X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=board%2Fw7o%2Fu-boot.lds.debug;h=4d640887a15a0e20608357ef1a6749c759227c7b;hb=556751427b9b79266918e87f7399e1a6eea60096;hp=1c67b301fb467055e4ccd3ec4c25ca76052aac03;hpb=42ebaae3a33b8393a37e7176234e71b5eada58d4;p=kernel%2Fu-boot.git diff --git a/board/w7o/u-boot.lds.debug b/board/w7o/u-boot.lds.debug index 1c67b30..4d64088 100644 --- a/board/w7o/u-boot.lds.debug +++ b/board/w7o/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) }