diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2021-01-21 15:52:05 +0100 |
---|---|---|
committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2021-11-16 13:00:22 +0100 |
commit | 56c58559a30068fbabe890b37d4d9f75a72216f9 (patch) | |
tree | 19ea3197e62e6b6e9a930aa4f2e64bb182034c06 /configs | |
parent | 5598ae8d10134c09c23c91f619e50dca2ef7f5dc (diff) | |
download | u-boot-56c58559a30068fbabe890b37d4d9f75a72216f9.tar.gz u-boot-56c58559a30068fbabe890b37d4d9f75a72216f9.tar.bz2 u-boot-56c58559a30068fbabe890b37d4d9f75a72216f9.zip |
samsung: tizen_rpi: add support for the MBR command
Enable recently added 'mbr' command and define MBR partition table layout
based on the values from the current sd_fusing_rpi3.sh script.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I25e44f10365f95624cf6b85e09962671cf0c12c0
Diffstat (limited to 'configs')
-rw-r--r-- | configs/rpi_3_32b_defconfig | 1 | ||||
-rw-r--r-- | configs/rpi_3_defconfig | 1 | ||||
-rw-r--r-- | configs/rpi_4_32b_defconfig | 1 | ||||
-rw-r--r-- | configs/rpi_4_defconfig | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig index c188fa67fe..3d651dd8b8 100644 --- a/configs/rpi_3_32b_defconfig +++ b/configs/rpi_3_32b_defconfig @@ -15,6 +15,7 @@ CONFIG_USE_PREBOOT=y CONFIG_MISC_INIT_R=y CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_GPIO=y +CONFIG_CMD_MBR=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y CONFIG_CMD_TIZEN_DOWNLOAD=y diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig index 2bc1f256c5..123ae38509 100644 --- a/configs/rpi_3_defconfig +++ b/configs/rpi_3_defconfig @@ -15,6 +15,7 @@ CONFIG_USE_PREBOOT=y CONFIG_MISC_INIT_R=y CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_GPIO=y +CONFIG_CMD_MBR=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y CONFIG_CMD_TIZEN_DOWNLOAD=y diff --git a/configs/rpi_4_32b_defconfig b/configs/rpi_4_32b_defconfig index 8a56a88025..996b4f8b41 100644 --- a/configs/rpi_4_32b_defconfig +++ b/configs/rpi_4_32b_defconfig @@ -16,6 +16,7 @@ CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_THOR_DOWNLOAD=y CONFIG_CMD_DFU=y CONFIG_CMD_GPIO=y +CONFIG_CMD_MBR=y CONFIG_CMD_MMC=y CONFIG_CMD_PCI=y CONFIG_CMD_USB=y diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig index 943eabb102..a8c6534547 100644 --- a/configs/rpi_4_defconfig +++ b/configs/rpi_4_defconfig @@ -16,6 +16,7 @@ CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_THOR_DOWNLOAD=y CONFIG_CMD_DFU=y CONFIG_CMD_GPIO=y +CONFIG_CMD_MBR=y CONFIG_CMD_MMC=y CONFIG_CMD_PCI=y CONFIG_CMD_USB=y |