diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2017-01-27 10:00:38 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 13:47:35 (GMT) |
commit | 1acc0087876229d7ade1b23aaecbccf63de8a615 (patch) | |
tree | 8a6687674cc69355383c5e6388ff60321f9ae46f /configs/pb1000_defconfig | |
parent | b0cf733933c3bc1b4ab353e16affabc60f863db5 (diff) | |
download | u-boot-fsl-qoriq-1acc0087876229d7ade1b23aaecbccf63de8a615.tar.xz |
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/pb1000_defconfig')
-rw-r--r-- | configs/pb1000_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pb1000_defconfig b/configs/pb1000_defconfig index 5a7fa80..a84a434 100644 --- a/configs/pb1000_defconfig +++ b/configs/pb1000_defconfig @@ -14,3 +14,4 @@ CONFIG_SYS_PROMPT="Pb1x00 # " CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y +# CONFIG_ISO_PARTITION is not set |