diff options
author | Stefan Roese <sr@denx.de> | 2019-04-02 10:57:25 +0200 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2019-04-09 09:28:50 +0300 |
commit | fc89afba11ab5f4e80bec5848c4f47852aa7c97b (patch) | |
tree | ead782a4cf786be2a0996595cd27577571cd5b4b /include/configs/corvus.h | |
parent | 9ea6f718ebf53ddb8264d3dd13b54a7988cc5259 (diff) | |
download | u-boot-fc89afba11ab5f4e80bec5848c4f47852aa7c97b.tar.gz |
arm: at91: siemens: Add support to generate combined SPL+U-Boot image
This patch adds the necessary defines to the Siemens AT91SAM based
boards (smartweb, corvus and taurus) to generate the combined binary
image with SPL and main U-Boot image combined (u-boot-with-spl.bin).
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Andreas Bießmann <andreas@biessmann.org>
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Tested on the taurus board:
Tested-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'include/configs/corvus.h')
-rw-r--r-- | include/configs/corvus.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/corvus.h b/include/configs/corvus.h index 5dd5c28e08..749a67d4b0 100644 --- a/include/configs/corvus.h +++ b/include/configs/corvus.h @@ -139,4 +139,7 @@ #define CONFIG_SYS_MCKR 0x1301 #define CONFIG_SYS_MCKR_CSS 0x1302 +#define CONFIG_SPL_PAD_TO CONFIG_SYS_NAND_U_BOOT_OFFS +#define CONFIG_SYS_SPL_LEN CONFIG_SPL_PAD_TO + #endif |