update:1、更新双sensor驱动 2、关闭mpp调试信息,缩小rootfs尺寸
This commit is contained in:
@@ -1,30 +0,0 @@
|
||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
||||
OUTPUT_ARCH(arm)
|
||||
ENTRY(_start)
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x28000;
|
||||
. = ALIGN(4);
|
||||
.head :
|
||||
{
|
||||
main/fes1_head.o (.rodata)
|
||||
}
|
||||
.text :
|
||||
{
|
||||
/home/huangjituan/SmartLock/src/back_board/sl100_sdk/lichee/brandy-2.0/spl/arch/arm/cpu/armv7/fes1_entry.o (.text)
|
||||
*(.text)
|
||||
}
|
||||
. = ALIGN(16);
|
||||
.rodata : { *(.rodata) }
|
||||
. = ALIGN(16);
|
||||
.data : { *(.data) }
|
||||
. = ALIGN(4);
|
||||
.bss :
|
||||
{
|
||||
__bss_start = .;
|
||||
*(.bss)
|
||||
}
|
||||
. = ALIGN(4);
|
||||
__bss_end = .;
|
||||
_end = .;
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
|
||||
OUTPUT_ARCH(arm)
|
||||
ENTRY(_start)
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x20000;
|
||||
. = ALIGN(4);
|
||||
.head :
|
||||
{
|
||||
main/boot0_head.o (.rodata)
|
||||
}
|
||||
. = ALIGN(1);
|
||||
.text :
|
||||
{
|
||||
/home/huangjituan/SmartLock/src/back_board/sl100_sdk/lichee/brandy-2.0/spl/arch/arm/cpu/armv7/boot0_entry.o (.text)
|
||||
/home/huangjituan/SmartLock/src/back_board/sl100_sdk/lichee/brandy-2.0/spl/solution/libsolution.o (.text)
|
||||
*(.text)
|
||||
}
|
||||
. = ALIGN(16);
|
||||
.rodata : { *(.rodata) }
|
||||
. = ALIGN(16);
|
||||
.data : { *(.data) }
|
||||
. = ALIGN(4);
|
||||
.bss :
|
||||
{
|
||||
__bss_start = .;
|
||||
*(.bss)
|
||||
}
|
||||
. = ALIGN(4);
|
||||
__bss_end = .;
|
||||
_end = .;
|
||||
ASSERT(. <= (0x20000 + 0x10000), "boot0 image has exceeded its limit.")
|
||||
}
|
||||
Reference in New Issue
Block a user