Commit 83340698 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

set initrd_high to 0xffffffff

parent b0727bbb
...@@ -40,6 +40,10 @@ ...@@ -40,6 +40,10 @@
#undef CONFIG_SYS_TEXT_BASE #undef CONFIG_SYS_TEXT_BASE
#include <configs/zynq_common.h> #include <configs/zynq_common.h>
#undef CONFIG_IPADDR
#undef CONFIG_SERVERIP
#include <configs/ezynq/ezynq_MT41K256M16HA107.h> /* should be before zed_ezynq.h as it overwrites DDR3L with DDR3 */ #include <configs/ezynq/ezynq_MT41K256M16HA107.h> /* should be before zed_ezynq.h as it overwrites DDR3L with DDR3 */
#include <configs/ezynq/ezynq_XC7Z030_1FBG484C.h> #include <configs/ezynq/ezynq_XC7Z030_1FBG484C.h>
#include <configs/ezynq/ezynq_elphel393.h> #include <configs/ezynq/ezynq_elphel393.h>
...@@ -62,7 +66,7 @@ ...@@ -62,7 +66,7 @@
#undef CONFIG_SYS_TEXT_BASE #undef CONFIG_SYS_TEXT_BASE
#define CONFIG_BOOTDELAY 1 /* -1 to Disable autoboot */ #define CONFIG_BOOTDELAY 1 /* -1 to Disable autoboot */
#define CONFIG_SYS_PROMPT "elphel393> " #define CONFIG_SYS_PROMPT "elphel393-u-boot> "
#define CONFIG_SYS_SDRAM_BASE 0x00000000 /* Physical start address of SDRAM. _Must_ be 0 here. */ #define CONFIG_SYS_SDRAM_BASE 0x00000000 /* Physical start address of SDRAM. _Must_ be 0 here. */
...@@ -115,7 +119,7 @@ ...@@ -115,7 +119,7 @@
"devicetree_size=0x20000\0" \ "devicetree_size=0x20000\0" \
"ramdisk_size=0x5E0000\0" \ "ramdisk_size=0x5E0000\0" \
"fdt_high=0x20000000\0" \ "fdt_high=0x20000000\0" \
"initrd_high=0x20000000\0" \ "initrd_high=0xFFFFFFFF\0" \
"mmc_loadbit_fat=echo Loading bitstream from SD/MMC/eMMC to RAM.. && " \ "mmc_loadbit_fat=echo Loading bitstream from SD/MMC/eMMC to RAM.. && " \
"mmcinfo && " \ "mmcinfo && " \
"fatload mmc 0 ${loadbit_addr} ${bitstream_image} && " \ "fatload mmc 0 ${loadbit_addr} ${bitstream_image} && " \
......
...@@ -35,6 +35,10 @@ ...@@ -35,6 +35,10 @@
/* #define CONFIG_NAND_ZYNQ */ /* #define CONFIG_NAND_ZYNQ */
#undef CONFIG_SYS_TEXT_BASE #undef CONFIG_SYS_TEXT_BASE
#include <configs/zynq_common.h> #include <configs/zynq_common.h>
#undef CONFIG_IPADDR
#undef CONFIG_SERVERIP
#include <configs/ezynq/ezynq_MT41K256M16RE125.h> /* should be before zed_ezynq.h as it overwrites DDR3L with DDR3 */ #include <configs/ezynq/ezynq_MT41K256M16RE125.h> /* should be before zed_ezynq.h as it overwrites DDR3L with DDR3 */
#include <configs/ezynq/ezynq_XC7Z010_1CLG400.h> #include <configs/ezynq/ezynq_XC7Z010_1CLG400.h>
#include <configs/ezynq/ezynq_microzed.h> #include <configs/ezynq/ezynq_microzed.h>
...@@ -60,7 +64,7 @@ ...@@ -60,7 +64,7 @@
#undef CONFIG_SYS_TEXT_BASE #undef CONFIG_SYS_TEXT_BASE
#define CONFIG_BOOTDELAY 1 /* -1 to Disable autoboot */ #define CONFIG_BOOTDELAY 1 /* -1 to Disable autoboot */
#define CONFIG_SYS_PROMPT "microzed> " #define CONFIG_SYS_PROMPT "microzed-u-boot> "
#define CONFIG_SYS_SDRAM_BASE 0x00000000 /* Physical start address of SDRAM. _Must_ be 0 here. */ #define CONFIG_SYS_SDRAM_BASE 0x00000000 /* Physical start address of SDRAM. _Must_ be 0 here. */
...@@ -116,7 +120,7 @@ ...@@ -116,7 +120,7 @@
"devicetree_size=0x20000\0" \ "devicetree_size=0x20000\0" \
"ramdisk_size=0x5E0000\0" \ "ramdisk_size=0x5E0000\0" \
"fdt_high=0x20000000\0" \ "fdt_high=0x20000000\0" \
"initrd_high=0x20000000\0" \ "initrd_high=0xFFFFFFFF\0" \
"mmc_loadbit_fat=echo Loading bitstream from SD/MMC/eMMC to RAM.. && " \ "mmc_loadbit_fat=echo Loading bitstream from SD/MMC/eMMC to RAM.. && " \
"mmcinfo && " \ "mmcinfo && " \
"fatload mmc 0 ${loadbit_addr} ${bitstream_image} && " \ "fatload mmc 0 ${loadbit_addr} ${bitstream_image} && " \
......
...@@ -28,6 +28,10 @@ ...@@ -28,6 +28,10 @@
#undef CONFIG_SYS_TEXT_BASE #undef CONFIG_SYS_TEXT_BASE
#include <configs/zynq_common.h> #include <configs/zynq_common.h>
#undef CONFIG_IPADDR
#undef CONFIG_SERVERIP
#include <configs/ezynq/ezynq_MT41J256M8HX15E.h> /* should be before zed_ezynq.h as it overwrites DDR3L with DDR3 */ #include <configs/ezynq/ezynq_MT41J256M8HX15E.h> /* should be before zed_ezynq.h as it overwrites DDR3L with DDR3 */
#include <configs/ezynq/ezynq_XC7Z045_2FFG900C.h> #include <configs/ezynq/ezynq_XC7Z045_2FFG900C.h>
#include <configs/ezynq/ezynq_zc706.h> #include <configs/ezynq/ezynq_zc706.h>
......
...@@ -34,6 +34,10 @@ ...@@ -34,6 +34,10 @@
/* #define CONFIG_NAND_ZYNQ */ /* #define CONFIG_NAND_ZYNQ */
#undef CONFIG_SYS_TEXT_BASE #undef CONFIG_SYS_TEXT_BASE
#include <configs/zynq_common.h> #include <configs/zynq_common.h>
#undef CONFIG_IPADDR
#undef CONFIG_SERVERIP
#include <configs/ezynq/ezynq_MT41J128M16HA15E.h> /* should be before zed_ezynq.h as it overwrites DDR3L with DDR3 */ #include <configs/ezynq/ezynq_MT41J128M16HA15E.h> /* should be before zed_ezynq.h as it overwrites DDR3L with DDR3 */
#include <configs/ezynq/ezynq_XC7Z020_1CLG484.h> #include <configs/ezynq/ezynq_XC7Z020_1CLG484.h>
#include <configs/ezynq/ezynq_zed.h> #include <configs/ezynq/ezynq_zed.h>
...@@ -115,7 +119,7 @@ ...@@ -115,7 +119,7 @@
"devicetree_size=0x20000\0" \ "devicetree_size=0x20000\0" \
"ramdisk_size=0x5E0000\0" \ "ramdisk_size=0x5E0000\0" \
"fdt_high=0x20000000\0" \ "fdt_high=0x20000000\0" \
"initrd_high=0x20000000\0" \ "initrd_high=0xFFFFFFFF\0" \
"mmc_loadbit_fat=echo Loading bitstream from SD/MMC/eMMC to RAM.. && " \ "mmc_loadbit_fat=echo Loading bitstream from SD/MMC/eMMC to RAM.. && " \
"mmcinfo && " \ "mmcinfo && " \
"fatload mmc 0 ${loadbit_addr} ${bitstream_image} && " \ "fatload mmc 0 ${loadbit_addr} ${bitstream_image} && " \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment