diff options
author | Patrick Delaunay | 2017-01-27 11:00:38 +0100 |
---|---|---|
committer | Tom Rini | 2017-01-28 08:47:35 -0500 |
commit | 1acc0087876229d7ade1b23aaecbccf63de8a615 (patch) | |
tree | 8a6687674cc69355383c5e6388ff60321f9ae46f /configs/cam5200_niosflash_defconfig | |
parent | b0cf733933c3bc1b4ab353e16affabc60f863db5 (diff) |
disk: convert CONFIG_ISO_PARTITION to Kconfig
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
Diffstat (limited to 'configs/cam5200_niosflash_defconfig')
-rw-r--r-- | configs/cam5200_niosflash_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cam5200_niosflash_defconfig b/configs/cam5200_niosflash_defconfig index d409901cfbe..fb59b3b9099 100644 --- a/configs/cam5200_niosflash_defconfig +++ b/configs/cam5200_niosflash_defconfig @@ -16,5 +16,6 @@ CONFIG_CMD_PING=y CONFIG_CMD_SNTP=y CONFIG_MAC_PARTITION=y CONFIG_DOS_PARTITION=y +CONFIG_ISO_PARTITION=y # CONFIG_PCI is not set CONFIG_OF_LIBFDT=y |