diff options
author | Joshua Watt | 2023-07-03 08:39:55 -0500 |
---|---|---|
committer | Tom Rini | 2023-07-17 16:19:47 -0400 |
commit | 95811666ae9b1ff6228410629f209721d1ca91a8 (patch) | |
tree | af35a23a8b9613b898edbd6d21a61c96b70835fa /configs/sandbox_spl_defconfig | |
parent | 387f8be55b5091c4ed39221ef6a38ea7099d0a36 (diff) |
dm: test: Add test for part_get_info_by_type
Adds a test suite to ensure that part_get_info_by_type works correctly
by creating a hybrid GPT/MBR partition table and reading both.
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
[trini: Add this on the other sandbox configs]
Signedd-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_spl_defconfig')
-rw-r--r-- | configs/sandbox_spl_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_spl_defconfig b/configs/sandbox_spl_defconfig index dd848c57c6b..8d50162b274 100644 --- a/configs/sandbox_spl_defconfig +++ b/configs/sandbox_spl_defconfig @@ -60,6 +60,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_GPT=y CONFIG_CMD_IDE=y CONFIG_CMD_I2C=y +CONFIG_CMD_MBR=y CONFIG_CMD_OSD=y CONFIG_CMD_PCI=y CONFIG_CMD_REMOTEPROC=y |