From: Simon Schwarz Date: Thu, 15 Mar 2012 04:01:35 +0000 (+0000) Subject: devkit8000: add config for spl command X-Git-Tag: v2012.04-rc1~19^2~88 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d38bc97dafe1f98650a674f2d62bcf2a3584a2bb;p=oweals%2Fu-boot.git devkit8000: add config for spl command This adds some configs for devkit8000 to use the new spl command Signed-off-by: Simon Schwarz CC: Tom Rini CC: Stefano Babic CC: Wolfgang Denk --- diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 2b6a6ee091..e323877e26 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -351,4 +351,12 @@ #define CONFIG_SYS_SPL_MALLOC_START 0x80208000 #define CONFIG_SYS_SPL_MALLOC_SIZE 0x100000 /* 1 MB */ +/* SPL OS boot options */ +#define CONFIG_CMD_SPL +#define CONFIG_CMD_SPL_WRITE_SIZE 0x400 /* 1024 byte */ +#define CONFIG_CMD_SPL_NAND_OFS (CONFIG_SYS_NAND_SPL_KERNEL_OFFS+\ + 0x400000) +#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000 +#define CONFIG_SYS_SPL_ARGS_ADDR (PHYS_SDRAM_1 + 0x100) + #endif /* __CONFIG_H */