colibri-imx6ull/imx7: define bootubipart for distro boot
[oweals/u-boot.git] / include / configs / colibri_imx7.h
index 7c00f78ef199b0ce163f6445920d710c0cce77d9..b3f660b6fa2be87a7938772b31f5366993966ee1 100644 (file)
        "bootm_size=0x10000000\0" \
        "fdt_addr_r=0x82000000\0" \
        "kernel_addr_r=0x81000000\0" \
+       "pxefile_addr_r=0x87100000\0" \
        "ramdisk_addr_r=0x82100000\0" \
-       "scriptaddr=0x82500000\0"
+       "scriptaddr=0x87000000\0"
 
 #define NFS_BOOTCMD \
        "nfsargs=ip=:::::eth0: root=/dev/nfs\0" \
        MODULE_EXTRA_ENV_SETTINGS \
        UBOOT_UPDATE \
        "boot_file=zImage\0" \
+       "bootubipart=ubi\0" \
        "console=ttymxc0\0" \
        "defargs=\0" \
        "fdt_board=eval-v3\0" \
 
 /* Miscellaneous configurable options */
 
-#define CONFIG_SYS_MEMTEST_START       0x80000000
-#define CONFIG_SYS_MEMTEST_END         (CONFIG_SYS_MEMTEST_START + 0x0c000000)
-
 #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
 #define CONFIG_SYS_HZ                  1000