From: Dongil Park Date: Thu, 27 Jul 2017 07:53:40 +0000 (+0900) Subject: artik533: configs: modify the u-boot text-base X-Git-Tag: submit/tizen/20171208.054649~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c060d707fc5e57b183c21a6e558b882b186bcf83;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git artik533: configs: modify the u-boot text-base This patch changes the base address as memory size changes, and has modified the text base where u-boot works. Change-Id: I51c702bd6f64a532cc206615da533b4a00825398 --- diff --git a/include/configs/artik533_raptor.h b/include/configs/artik533_raptor.h index 6d1a667106..dabc494a61 100644 --- a/include/configs/artik533_raptor.h +++ b/include/configs/artik533_raptor.h @@ -22,7 +22,7 @@ */ #ifndef CONFIG_SYS_TEXT_BASE -#define CONFIG_SYS_TEXT_BASE 0x94C00000 +#define CONFIG_SYS_TEXT_BASE 0x74C00000 #endif /* init and run stack pointer */ #define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE @@ -59,8 +59,8 @@ #define CONFIG_SYS_SDRAM_BASE SDRAM_BASE #define CONFIG_SYS_SDRAM_SIZE SDRAM_SIZE #else -#define CONFIG_SYS_SDRAM_BASE 0x91000000 -#define CONFIG_SYS_SDRAM_SIZE 0x1f000000 +#define CONFIG_SYS_SDRAM_BASE 0x71000000 +#define CONFIG_SYS_SDRAM_SIZE 0x3E000000 #endif /* dram 1 bank num */ @@ -385,6 +385,7 @@ "setexpr fdtaddr $sdram_base + $fdt_offs\0" \ "gen_sdrecaddr=" \ "setexpr sdrecaddr $sdram_base + $sd_offset\0" \ + "initrd_high=0xFFFFFFFF\0" \ "load_fdt=" \ "if test -z \"$fdtfile\"; then " \ "loop=$board_rev; " \