Add v850 support for initramfs
__root_fs_image_start = . ;
*(.root)
__root_fs_image_end = . ;
+
+ . = ALIGN (4) ;
+ ___initramfs_start = . ;
+ *(.init.ramfs)
+ ___initramfs_end = . ;
} > ROM
__rom_copy_src_start = . ;
*(.initcall7.init)
. = ALIGN (4) ;
___initcall_end = . ;
+
+ . = ALIGN (4) ;
+ ___initramfs_start = . ;
+ *(.init.ramfs)
+ ___initramfs_end = . ;
+
__init_end = . ;
__kram_end = . ;
*(.initcall7.init)
. = ALIGN (4) ;
___initcall_end = . ;
+
+ . = ALIGN (4) ;
+ ___initramfs_start = . ;
+ *(.init.ramfs)
+ ___initramfs_end = . ;
} > SRAM
/* This provides address at which the interrupt vectors are
___stop___ksymtab = . ;
. = ALIGN (4) ;
__etext = . ;
+
+ . = ALIGN (4) ;
+ ___initramfs_start = . ;
+ *(.init.ramfs)
+ ___initramfs_end = . ;
} > ROM
- __data_load_start = . ;
+ __rom_copy_src_start = . ;
.data : {
__kram_start = . ;
*(.initcall7.init)
. = ALIGN (4) ;
___initcall_end = . ;
+
+ . = ALIGN (4) ;
+ ___initramfs_start = . ;
+ *(.init.ramfs)
+ ___initramfs_end = . ;
} > SDRAM
- /* This provides address at which the interrupt vectors are
- initially loaded by the loader. */
+ /* The address at which the interrupt vectors are initially
+ loaded by the loader. */
__intv_load_start = ALIGN (0x10) ;
/* Interrupt vector space. Because we're using the monitor
*(.initcall7.init)
. = ALIGN (4) ;
___initcall_end = . ;
+
+ . = ALIGN (4) ;
+ ___initramfs_start = . ;
+ *(.init.ramfs)
+ ___initramfs_end = . ;
+
__init_end = . ;
__kram_end = . ;
*(.initcall7.init)
. = ALIGN (4) ;
___initcall_end = . ;
+
+ . = ALIGN (4) ;
+ ___initramfs_start = . ;
+ *(.init.ramfs)
+ ___initramfs_end = . ;
+
__init_end = . ;
} > IRAM