blob: 5ae1e8a04023597ba257d1e39b0e980a5a11c839 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
config REALTEK_KERNEL_LOAD_ADDRESS
string "Load address of kernel in ram"
depends TARGET_realtek
default "0x80500000"
config REALTEK_KERNEL_OFFSET
string "Offset of kernel in flash rom (HEX)"
depends TARGET_realtek
default "30000"
config REALTEK_ROOTFS_OFFSET
string "Offset of filesystem in flash rom (HEX)"
depends TARGET_realtek
default "1b0000"
config REALTEK_FLASH_SIZE
string "size of the flash rom"
depends TARGET_realtek
default "0x800000"
config REALTEK_FLATFS_IMAGE_OFFSET
string "FLATFS image offset in flash"
depends TARGET_realtek
default "0x3E0000"
|