]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/dra7xx_evm.h
omap5: Exclude more environment from SPL builds
[karo-tx-uboot.git] / include / configs / dra7xx_evm.h
index edd51a22bdc5e684fed9f0b9b5b29ecaf243f65a..24fe1231f14c65f69755ea07538e2144da528036 100644 (file)
@@ -42,6 +42,7 @@
 
 #define CONFIG_SYS_OMAP_ABE_SYSCK
 
+#ifndef CONFIG_SPL_BUILD
 /* Define the default GPT table for eMMC */
 #define PARTS_DEFAULT \
        "uuid_disk=${uuid_gpt_disk};" \
@@ -95,6 +96,7 @@
 #define CONFIG_USB_FASTBOOT_BUF_SIZE    0x2F000000
 #define CONFIG_FASTBOOT_FLASH
 #define CONFIG_FASTBOOT_FLASH_MMC_DEV   1
+#endif
 
 #include <configs/ti_omap5_common.h>