diff options
author | Tom Rini <trini@konsulko.com> | 2018-04-30 07:14:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-30 07:14:05 -0400 |
commit | b25f8e2112b1582ce6386e846800a31bab688e50 (patch) | |
tree | 7fe8146a99851ce9256b8de3de2c86f1b276b92b /board/warp7/Kconfig | |
parent | abeb9d7897510533ce3a0a9515cac16db5bed834 (diff) | |
parent | 07a8f79ee850b1e59371519f179d32fea171bbec (diff) |
Merge git://git.denx.de/u-boot-imx
Diffstat (limited to 'board/warp7/Kconfig')
-rw-r--r-- | board/warp7/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/board/warp7/Kconfig b/board/warp7/Kconfig index 61c33fb53e..c089bca2ba 100644 --- a/board/warp7/Kconfig +++ b/board/warp7/Kconfig @@ -6,4 +6,18 @@ config SYS_BOARD config SYS_CONFIG_NAME default "warp7" +config WARP7_ROOT_PART + int "Partition number to use for root filesystem" + default 2 + help + The partition number to use for root filesystem this is the + partition that is typically specified with root=/dev/sdaX or + which gets converted into a root=PARTUUID=some_uuid. + +config SYS_FDT_ADDR + hex "FDT load address" + default 0x83000000 + help + The address the FDT file should be loaded to. + endif |