diff options
Diffstat (limited to 'include/configs/usb_a9263.h')
-rw-r--r-- | include/configs/usb_a9263.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/configs/usb_a9263.h b/include/configs/usb_a9263.h index d8cb43a7cb..cd28c4dcb5 100644 --- a/include/configs/usb_a9263.h +++ b/include/configs/usb_a9263.h @@ -65,9 +65,6 @@ #define CONFIG_SYS_NAND_READY_PIN GPIO_PIN_PA(22) #endif -#define MTDPARTS_DEFAULT \ - "mtdparts=atmel_nand:16m(kernel)ro,120m(root1),-(root2)" - /* Ethernet */ #define CONFIG_MACB #define CONFIG_RMII @@ -96,7 +93,7 @@ #define CONFIG_ENV_SPI_MAX_HZ 15000000 #define CONFIG_BOOTCOMMAND "nboot 21000000 0" #define CONFIG_EXTRA_ENV_SETTINGS \ - "mtdparts=" MTDPARTS_DEFAULT "\0" \ + "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \ #define CONFIG_CMDLINE_EDITING #define CONFIG_AUTO_COMPLETE |