diff options
author | Patrick Delaunay | 2017-01-27 11:00:36 +0100 |
---|---|---|
committer | Tom Rini | 2017-01-28 08:47:31 -0500 |
commit | f18fa31cdcfeecaf56e61224eb18d2f2b6d39d85 (patch) | |
tree | 5155a3f4c52821f6896b8b3b00a554dd665dc6e3 /configs/glacier_ramboot_defconfig | |
parent | e274ef6b577deacd8bb3b38a52f0083a5f601ae8 (diff) |
disk: convert CONFIG_MAC_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/glacier_ramboot_defconfig')
-rw-r--r-- | configs/glacier_ramboot_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/glacier_ramboot_defconfig b/configs/glacier_ramboot_defconfig index 1cfb31bece5..701c6b6b038 100644 --- a/configs/glacier_ramboot_defconfig +++ b/configs/glacier_ramboot_defconfig @@ -20,6 +20,7 @@ CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_SNTP=y CONFIG_CMD_CACHE=y +CONFIG_MAC_PARTITION=y CONFIG_OF_CONTROL=y CONFIG_OF_EMBED=y CONFIG_SYS_NS16550=y |