]> git.baikalelectronics.ru Git - uboot.git/commit
arm: exynos: Move BL1/2 SPI flash defines to their user, drop CONFIG
authorTom Rini <trini@konsulko.com>
Wed, 23 Feb 2022 17:28:16 +0000 (12:28 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 3 Mar 2022 21:51:19 +0000 (16:51 -0500)
commit71cf700e6c60e7b10bb1f8e57a9698e5c0c559c1
tree025dff056c99a1e5862fc0f2e405a8a85e106235
parent2fb1c95130900e75dc7ea2f6de64c4038367f2c5
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>
arch/arm/mach-exynos/spl_boot.c
include/configs/exynos5-common.h
include/configs/origen.h
include/configs/smdkv310.h