Skip to content
Snippets Groups Projects
Commit 95b649f2 authored by Bryan O'Donoghue's avatar Bryan O'Donoghue Committed by Stefano Babic
Browse files

warp7: Add Kconfig WARP7_ROOT_PART


Adding CONFIG_WARP7_ROOT_PART allows a defconfig to specify which partition
is use as the root partition on WaRP7, this is a desirable change in order
to support a different partitioning schemes. The default is the current
partition #2.

Signed-off-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Tested-by: default avatarBreno Lima <breno.lima@nxp.com>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
parent 56eca404
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,14 @@ config SYS_BOARD ...@@ -6,6 +6,14 @@ config SYS_BOARD
config SYS_CONFIG_NAME config SYS_CONFIG_NAME
default "warp7" 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 config SYS_FDT_ADDR
hex "FDT load address" hex "FDT load address"
default 0x83000000 default 0x83000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment