diff options
Diffstat (limited to 'include/configs/at91sam9n12ek.h')
-rw-r--r-- | include/configs/at91sam9n12ek.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h index 2ee07bafdd..fe99253e5a 100644 --- a/include/configs/at91sam9n12ek.h +++ b/include/configs/at91sam9n12ek.h @@ -94,15 +94,6 @@ #else /* CONFIG_SD_BOOT */ -/* bootstrap + u-boot + env + linux in mmc */ - -#ifdef CONFIG_ENV_IS_IN_MMC -/* Use raw reserved sectors to save environment */ -#define CONFIG_SYS_MMC_ENV_DEV 0 -#else -/* Use file in FAT file to save environment */ -#endif - #define CONFIG_BOOTCOMMAND \ "setenv bootargs ${console} ${mtdparts} ${bootargs_mmc};" \ "fatload mmc 0:1 0x21000000 dtb;" \ |