X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=hello_world%2FMakefile;h=50f039112f54165f8f6f7421ac62be1661889576;hb=451949c34085f6317c8822e9d596ce97e3bba8a7;hp=88c2fb7ed1452a3469e8704b8e914f3fb259871b;hpb=96dc900e690e68e465b0ef92455935d6bb6bf8a3;p=ls2.git diff --git a/hello_world/Makefile b/hello_world/Makefile index 88c2fb7..50f0391 100644 --- a/hello_world/Makefile +++ b/hello_world/Makefile @@ -5,7 +5,8 @@ ifneq ("$(ARCH)", "ppc64le") endif endif -BOOT_INIT_BASE ?= 0xf0000000 # at QSPI address +#BOOT_INIT_BASE ?= 0xf0000000 # at QSPI address +BOOT_INIT_BASE ?= 0x00600000 # inside DRAM address space # BOOT_INIT_BASE ?= 0xff000000 # at ROM hi address (with coldboot firmware) # BOOT_INIT_BASE ?= 0x0 # start at zero (usual)