mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-31 11:11:49 +00:00
CR
This commit is contained in:
parent
1a7f6a974d
commit
803747df1e
5 changed files with 31 additions and 31 deletions
|
@ -1,10 +1,10 @@
|
||||||
[system]
|
[system]
|
||||||
start_os_name = linux
|
start_os_name = linux
|
||||||
timeout = -1
|
timeout = -1
|
||||||
display_device= -1
|
display_device= -1
|
||||||
display_mode = 0
|
display_mode = 0
|
||||||
erase_flash = 1
|
erase_flash = 1
|
||||||
|
|
||||||
|
|
||||||
[linux]
|
[linux]
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[segment]
|
[segment]
|
||||||
img_name = c:\u-boot.bin
|
img_name = c:\u-boot.bin
|
||||||
img_size = 0x80000
|
img_size = 0x80000
|
||||||
img_base = 0x4A000000
|
img_base = 0x4A000000
|
||||||
|
|
||||||
[script_info]
|
[script_info]
|
||||||
script_base = 0x43000000
|
script_base = 0x43000000
|
||||||
script_size = 0x10000
|
script_size = 0x10000
|
||||||
|
|
Binary file not shown.
10
scripts/nand-sata-install/usr/lib/nand-sata-install/a20/bootloader/boot.ini
Normal file → Executable file
10
scripts/nand-sata-install/usr/lib/nand-sata-install/a20/bootloader/boot.ini
Normal file → Executable file
|
@ -1,5 +1,5 @@
|
||||||
[system]
|
[system]
|
||||||
start_os_name = linux
|
start_os_name = linux
|
||||||
timeout = -1
|
timeout = -1
|
||||||
display_device= 0
|
display_device= 0
|
||||||
display_mode = 0
|
display_mode = 0
|
||||||
|
|
16
scripts/nand-sata-install/usr/lib/nand-sata-install/a20/bootloader/linux/linux.ini
Normal file → Executable file
16
scripts/nand-sata-install/usr/lib/nand-sata-install/a20/bootloader/linux/linux.ini
Normal file → Executable file
|
@ -1,8 +1,8 @@
|
||||||
[segment]
|
[segment]
|
||||||
img_name = c:\linux\u-boot.bin
|
img_name = c:\linux\u-boot.bin
|
||||||
img_size = 0x80000
|
img_size = 0x80000
|
||||||
img_base = 0x4A000000
|
img_base = 0x4A000000
|
||||||
|
|
||||||
[script_info]
|
[script_info]
|
||||||
script_base = 0x43000000
|
script_base = 0x43000000
|
||||||
script_size = 0x10000
|
script_size = 0x10000
|
||||||
|
|
Loading…
Add table
Reference in a new issue