Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h
[platform/kernel/u-boot.git] / include / configs / socfpga_vining_fpga.h
index 06976d8..9455e4c 100644 (file)
 #define PHYS_SDRAM_1_SIZE              0x40000000      /* 1GiB on VINING_FPGA */
 
 /* Booting Linux */
-#define CONFIG_BOOTFILE                "fitImage"
-#define CONFIG_BOOTCOMMAND     "run selboot"
 #define CONFIG_SYS_BOOTM_LEN   0x2000000       /* 32 MiB */
-#define CONFIG_LOADADDR                0x01000000
-#define CONFIG_SYS_LOAD_ADDR   CONFIG_LOADADDR
-
-/* Ethernet on SoC (EMAC) */
 
 /* Extra Environment */
 #define CONFIG_HOSTNAME                        "socfpga_vining_fpga"
@@ -65,7 +59,7 @@
                "256k(softing1),"                                       \
                "256k(softing2),"                                       \
                "14720k(rcvrfs),"       /* Recovery */                  \
-               "64m(rootfs),"          /* Root */                      \
+               "192m(rootfs),"         /* Root */                      \
                "-(userfs)\0"           /* User */                      \
        "mtdparts_1_128m=ff705000.spi.1:" /* 16MiB+128MiB SF config */  \
                "64m(rootfs),"                                          \
                "fi\0"                                                  \
                "socfpga_legacy_reset_compat=1\0"
 
-/* Support changing the prompt string */
-#define CONFIG_CMDLINE_PS_SUPPORT
-
 /* The rest of the configuration is shared */
 #include <configs/socfpga_common.h>