powerpc: mpc85xx: Support booting from SD Card with SPL
[kernel/u-boot.git] / arch / powerpc / cpu / mpc85xx / u-boot-spl.lds
index 08188d7..85ec74b 100644 (file)
@@ -44,6 +44,11 @@ SECTIONS
        }
        _edata  =  .;
 
+       . = .;
+       __start___ex_table = .;
+       __ex_table : { *(__ex_table) }
+       __stop___ex_table = .;
+
        . = ALIGN(8);
        __init_begin = .;
        __init_end = .;