summaryrefslogtreecommitdiff
path: root/include/configs/origen.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-02-23 12:28:16 -0500
committerTom Rini <trini@konsulko.com>2022-03-03 16:51:19 -0500
commit43ea56465299944afb5562f15127e70e6e3b8f38 (patch)
tree025dff056c99a1e5862fc0f2e405a8a85e106235 /include/configs/origen.h
parenta3041d934f80b142c055c809299ef5c0ceb8fa6e (diff)
arm: exynos: Move BL1/2 SPI flash defines to their user, drop CONFIG
These particular values are not configurable and today we always set CONFIG_SECURE_BL1_ONLY. Move these to where they're used in the code, and drop from the CONFIG namespace. Cc: Minkyu Kang <mk7.kang@samsung.com> Cc: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'include/configs/origen.h')
-rw-r--r--include/configs/origen.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/origen.h b/include/configs/origen.h
index 1caeed6ba5..22325180ce 100644
--- a/include/configs/origen.h
+++ b/include/configs/origen.h
@@ -58,9 +58,4 @@
#define CONFIG_SYS_INIT_SP_ADDR 0x02040000
-/* U-Boot copy size from boot Media to DRAM.*/
-#define COPY_BL2_SIZE 0x80000
-#define BL2_START_OFFSET ((CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)/512)
-#define BL2_SIZE_BLOC_COUNT (COPY_BL2_SIZE/512)
-
#endif /* __CONFIG_H */