]> git.sur5r.net Git - u-boot/blobdiff - include/configs/picosam9g45.h
env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig
[u-boot] / include / configs / picosam9g45.h
index a14739f282cba0cc42aadbd1a8ccb385fe9bf766..4e64eac4221ba86e36c8de49471ba3f3f6d8b11b 100644 (file)
 
 #ifdef CONFIG_SYS_USE_MMC
 /* bootstrap + u-boot + env + linux in mmc */
-#define FAT_ENV_INTERFACE      "mmc"
-/*
- * We don't specify the part number, if device 0 has partition table, it means
- * the first partition; it no partition table, then take whole device as a
- * FAT file system.
- */
-#define FAT_ENV_DEVICE_AND_PART        "0"
-#define FAT_ENV_FILE           "uboot.env"
 #define CONFIG_ENV_SIZE                0x4000
 
 #define CONFIG_BOOTARGS                "console=ttyS0,115200 " \