diff options
| author | Jan Kiszka <[email protected]> | 2021-10-05 12:04:49 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-10-11 15:02:50 -0400 |
| commit | ce543d0d4ea39dae5828e59d21897a1a00b89ac4 (patch) | |
| tree | 23bdb5acf88a79a26400ade60a72abfca82cdc54 /include | |
| parent | 5134f79ee6b6bccbc5b4ef9272d05b52d75a40e3 (diff) | |
board: siemens: iot2050: Adjust to changes in DT and configuration
Account for the changes done between merge proposal and the final merge.
Signed-off-by: Jan Kiszka <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/iot2050.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/iot2050.h b/include/configs/iot2050.h index ddb4cfcc8e2..91ed76bb40b 100644 --- a/include/configs/iot2050.h +++ b/include/configs/iot2050.h @@ -17,8 +17,6 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SPL_TEXT_BASE + \ CONFIG_SYS_K3_NON_SECURE_MSRAM_SIZE) -#define CONFIG_SKIP_LOWLEVEL_INIT - #define CONFIG_SPL_MAX_SIZE CONFIG_SYS_K3_MAX_DOWNLODABLE_IMAGE_SIZE #define CONFIG_SYS_BOOTM_LEN SZ_64M |
