X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsocfpga_vining_fpga.h;h=c333c931ab7aebfb39a73e5913708857f2965734;hb=bf2c48fa1a6e068f232d84aae43b5dad654a9017;hp=d76749281500a02dea22277fc6b86534f8fa0e0c;hpb=b9c9ce8a4064c8d88f714604db856cf1cd2b40b5;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/socfpga_vining_fpga.h b/include/configs/socfpga_vining_fpga.h index d767492..c333c93 100644 --- a/include/configs/socfpga_vining_fpga.h +++ b/include/configs/socfpga_vining_fpga.h @@ -11,7 +11,6 @@ #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB on VINING_FPGA */ /* Booting Linux */ -#define CONFIG_BOOTFILE "fitImage" #define CONFIG_SYS_BOOTM_LEN 0x2000000 /* 32 MiB */ /* Extra Environment */ @@ -60,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)," \ @@ -117,7 +116,8 @@ "addargs=run addcons addmtd addmisc\0" \ "ubiload=" \ "ubi part ${ubimtd} ; ubifsmount ${ubipart} ; " \ - "ubifsload ${kernel_addr_r} /boot/${bootfile}\0" \ + "ubifsload ${kernel_addr_r} /boot/${bootfile} ; " \ + "ubifsumount ; ubi detach\0" \ "netload=" \ "tftp ${kernel_addr_r} ${hostname}/${bootfile}\0" \ "miscargs=nohlt panic=1\0" \ @@ -187,9 +187,6 @@ "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