From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Thu, 23 Nov 2017 15:51:32 +0100 Subject: [U-Boot] [U-Boot, 09/15] spl: atf: drop the SPL_ATF_TEXT_BASE configuration item In-Reply-To: <1505330989-25602-10-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1505330989-25602-10-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > The SPL_ATF_TEXT_BASE configuration item has become obsolete. > Remove it from Kconfig. > > Signed-off-by: Philipp Tomsich > Reviewed-by: Simon Glass > --- > > common/spl/Kconfig | 6 ------ > 1 file changed, 6 deletions(-) > Applied to u-boot-rockchip, thanks!