From a528a25f4c1956b67d121c99ab3aadbfa0cdf93b Mon Sep 17 00:00:00 2001 From: Mikael Larsson Date: Thu, 16 Sep 2010 13:31:13 +0200 Subject: ITP loading This adds functionality to load and execute ITP in an early stage just after eMMC init. eMMC init was moved to mmc_host.c since it fits better there and is needed in order to access ITP before loading env. Flag for functionality is CONFIG_ITP_LOAD. This functionailty depends on CONFIG_TOC_PARTITION ST-Ericsson ID: ER273744 Change-Id: Ia80f0bf2d67055045c95e47473b9ba2275bbdb83 Signed-off-by: Mikael LARSSON Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/5130 Reviewed-by: Michael BRANDT Reviewed-by: Ulf HANSSON --- include/configs/u8500.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/configs/u8500.h b/include/configs/u8500.h index 2c259bd41..643a55b5f 100644 --- a/include/configs/u8500.h +++ b/include/configs/u8500.h @@ -189,6 +189,12 @@ #define CONFIG_INITRD_TAG 1 #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ +#define CONFIG_ITP_LOAD 1 + +#ifdef CONFIG_ITP_LOAD +#define CONFIG_TOC_PARTITION 1 +#endif + /* * I2C */ -- cgit v1.2.3