blob: 05b4420afc82676e9fab9a708599392a4d0bfb8b [file] [log] [blame]
Fabio Estevam47173482016-02-29 09:33:22 -03001if TARGET_WARP7
2
3config SYS_BOARD
4 default "warp7"
5
6config SYS_CONFIG_NAME
7 default "warp7"
8
Bryan O'Donoghue95b649f2018-04-24 18:46:41 +01009config 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
Tom Rini148b8bb2021-08-24 20:41:00 -040017config IMX_CONFIG
18 default "board/warp7/imximage.cfg"
19
Fabio Estevam47173482016-02-29 09:33:22 -030020endif