Merge git://git.denx.de/u-boot-usb
[platform/kernel/u-boot.git] / include / configs / omap5_uevm.h
index 0ca4e82..cb12c6c 100644 (file)
 #ifndef __CONFIG_OMAP5_EVM_H
 #define __CONFIG_OMAP5_EVM_H
 
+#ifndef CONFIG_SPL_BUILD
 /* Define the default GPT table for eMMC */
 #define PARTS_DEFAULT \
        "uuid_disk=${uuid_gpt_disk};" \
        "name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs}"
+#endif
 
 #include <configs/ti_omap5_common.h>
 
@@ -59,7 +61,6 @@
 
 /* Enabled commands */
 #define CONFIG_CMD_DHCP                /* DHCP Support                 */
-#define CONFIG_CMD_NET         /* bootp, tftpboot, rarpboot    */
 #define CONFIG_CMD_NFS         /* NFS support                  */
 
 /* USB Networking options */