diff options
Diffstat (limited to 'include/configs/vct.h')
-rw-r--r-- | include/configs/vct.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/vct.h b/include/configs/vct.h index 9515f93da7..00ad134382 100644 --- a/include/configs/vct.h +++ b/include/configs/vct.h @@ -201,12 +201,6 @@ int vct_gpio_get(int pin); #if defined(CONFIG_VCT_ONENAND) #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ #define CONFIG_MTD_PARTITIONS - -#define MTDIDS_DEFAULT "onenand0=onenand" -#define MTDPARTS_DEFAULT "mtdparts=onenand:128k(u-boot)," \ - "128k(env)," \ - "20m(kernel)," \ - "-(rootfs)" #endif /* |