]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/omap5_uevm.h
omap5: Exclude more environment from SPL builds
[karo-tx-uboot.git] / include / configs / omap5_uevm.h
index 421515606337f9b16f8f59ea88b7d2c0cf66a7ef..cb12c6c2acb68c008968c9406cdb6bd36b6a9758 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>