Fabio Estevam | 4717348 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 1 | if TARGET_WARP7 |
| 2 | |
| 3 | config SYS_BOARD |
| 4 | default "warp7" |
| 5 | |
| 6 | config SYS_CONFIG_NAME |
| 7 | default "warp7" |
| 8 | |
Bryan O'Donoghue | 95b649f | 2018-04-24 18:46:41 +0100 | [diff] [blame] | 9 | config WARP7_ROOT_PART |
| 10 | int "Partition number to use for root filesystem" |
| 11 | default 2 |
| 12 | help |
| 13 | The partition number to use for root filesystem this is the |
| 14 | partition that is typically specified with root=/dev/sdaX or |
| 15 | which gets converted into a root=PARTUUID=some_uuid. |
| 16 | |
Bryan O'Donoghue | 56eca40 | 2018-04-24 18:46:40 +0100 | [diff] [blame] | 17 | config SYS_FDT_ADDR |
| 18 | hex "FDT load address" |
| 19 | default 0x83000000 |
| 20 | help |
| 21 | The address the FDT file should be loaded to. |
| 22 | |
Fabio Estevam | 4717348 | 2016-02-29 09:33:22 -0300 | [diff] [blame] | 23 | endif |