From 4e70d54abb52e584275a506227963acc9c86ef54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Duje=20Mihanovi=C4=87?= Date: Wed, 25 Dec 2024 12:23:30 +0100 Subject: [PATCH] move stack and data out of framebuffer --- include/configs/pxa1908.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/pxa1908.h b/include/configs/pxa1908.h index 9a79221910..edd1e50e0d 100644 --- a/include/configs/pxa1908.h +++ b/include/configs/pxa1908.h @@ -1,4 +1,4 @@ -#define CFG_SYS_SDRAM_BASE 0x01000000 -#define CFG_SYS_INIT_RAM_ADDR 0x17177000 +#define CFG_SYS_SDRAM_BASE 0x1000000 +#define CFG_SYS_INIT_RAM_ADDR 0x10000000 #define CFG_SYS_INIT_RAM_SIZE 0x4000 #define CFG_SYS_NS16550_IER 0x40 -- 2.39.5