diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2024-04-26 13:38:15 +0200 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2024-05-10 10:09:50 +0900 |
commit | d9b1fafe2419f1e87140a687f6241580b796436c (patch) | |
tree | e16bb3502df5561c280972a27e9911800f03edac | |
parent | 3f91b849342db49f5ca85501089336b200ef459f (diff) | |
download | u-boot-d9b1fafe2419f1e87140a687f6241580b796436c.tar.gz u-boot-d9b1fafe2419f1e87140a687f6241580b796436c.tar.bz2 u-boot-d9b1fafe2419f1e87140a687f6241580b796436c.zip |
tizen: rpi4: drop obsolete, unused SPL-related defines
u-boot for RPi4 never used SPL, so drop these SPL-related defines inherited
from the old RPi3 and OpTEE code.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I00c3dc221f2b9b8df789e936aa6d3a936b65ffcf
-rw-r--r-- | include/samsung/tizen_rpi.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index 88497eeb0e..4f0b139f8d 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -9,16 +9,6 @@ #ifndef __CONFIG_TIZEN_RPI_H #define __CONFIG_TIZEN_RPI_H -/* SPL */ -#ifdef CONFIG_SPL_BUILD -#define CONFIG_SPL_TEXT_BASE 0x00008000 -#define CONFIG_SPL_MAX_SIZE 0x00030000 -#define CONFIG_SPL_BSS_START_ADDR 0x00380000 -#define CONFIG_SPL_BSS_MAX_SIZE 0x00040000 -#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 -#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" -#endif - /* DFU */ #define DFU_ALT_SYSTEM \ "Image fat 0 1;" \ |