]> Git Repo - J-u-boot.git/blobdiff - include/configs/socfpga_vining_fpga.h
Convert CONFIG_HOSTNAME et al to Kconfig
[J-u-boot.git] / include / configs / socfpga_vining_fpga.h
index 9455e4cb5609f4a86d63ecb9aef25638befb27a7..d88b07bc159478900c828f18163054529d51b632 100644 (file)
 #define PHYS_SDRAM_1_SIZE              0x40000000      /* 1GiB on VINING_FPGA */
 
 /* Booting Linux */
-#define CONFIG_SYS_BOOTM_LEN   0x2000000       /* 32 MiB */
 
 /* Extra Environment */
-#define CONFIG_HOSTNAME                        "socfpga_vining_fpga"
 
 /*
  * Active LOW GPIO buttons:
        "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"                                      \
This page took 0.028767 seconds and 4 git commands to generate.