From 7e64e5f11363040609401ebe4ef6ff1fbb0989a3 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 23 Aug 2017 10:34:07 -0700 Subject: toradex: remove ISO partition support The ISO partition support is mainly useful for CD drives which are not really common in embedded space and in general anymore. Removing ISO partition support saves 1.5kB and gets rid of the somewhat confusing message when no partition table is present: ** First descriptor is NOT a primary desc on 0:1 ** Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- include/configs/apalis_imx6.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/apalis_imx6.h') diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h index 7acbf9ded4..04ae16b59c 100644 --- a/include/configs/apalis_imx6.h +++ b/include/configs/apalis_imx6.h @@ -181,6 +181,7 @@ func(DHCP, dhcp, na) #include #include +#undef CONFIG_ISO_PARTITION #else #define BOOTENV #endif -- cgit v1.2.3