diff options
Diffstat (limited to 'include/configs/hsdk.h')
-rw-r--r-- | include/configs/hsdk.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/hsdk.h b/include/configs/hsdk.h index 68900ac980..3a90eeaa05 100644 --- a/include/configs/hsdk.h +++ b/include/configs/hsdk.h @@ -60,16 +60,11 @@ * Environment settings */ #define CONFIG_ENV_SIZE SZ_16K -#define FAT_ENV_INTERFACE "mmc" -#define FAT_ENV_DEVICE_AND_PART "0:1" -#define FAT_ENV_FILE "uboot.env" -#define CONFIG_FAT_WRITE /* * Environment configuration */ #define CONFIG_BOOTFILE "uImage" -#define CONFIG_BOOTARGS "console=ttyS0,115200n8" #define CONFIG_LOADADDR CONFIG_SYS_LOAD_ADDR /* |