X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fopenpiton-riscv64.h;h=3ff8187b5df73698f8c48134e4343500ebde4bdf;hb=5eefa9344b0a46f97c97fbbb35ac17bd9a4c6f2a;hp=e82766c5ef12e99939a17a7410f7d45b1d69542f;hpb=9b5f9aeb3b48dbc059272168635a397ea5096a31;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/openpiton-riscv64.h b/include/configs/openpiton-riscv64.h index e82766c..3ff8187 100644 --- a/include/configs/openpiton-riscv64.h +++ b/include/configs/openpiton-riscv64.h @@ -15,19 +15,6 @@ /* Environment options */ #define CONFIG_SYS_SDRAM_BASE 0x80000000 -#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + SZ_32M) -#define CONFIG_SYS_BOOTM_LEN SZ_256M - -#ifdef CONFIG_SPL -#define CONFIG_SPL_BSS_START_ADDR 0x82000000 -#define CONFIG_SYS_SPL_MALLOC_START (CONFIG_SPL_BSS_START_ADDR + \ - CONFIG_SPL_BSS_MAX_SIZE) -#define CONFIG_SYS_SPL_MALLOC_SIZE 0x0100000 -#define CONFIG_SPL_STACK (0x80000000 + 0x04000000 - \ - GENERATED_GBL_DATA_SIZE) - -#define CONFIG_SPL_GD_ADDR 0x85000000 -#endif /* --------------------------------------------------------------------- * Board boot configuration