From 8cd3f51b4478c5a03dba31178ba3952747abdba3 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Sun, 21 Oct 2018 13:58:39 -0500 Subject: ARM: omap3_logic: Make CONFIG_SYS_TEXT_BASE match README.omap3 README.omap3 has two options. For option 1, CONFIG_SYS_TEXT_BASE is set to 0x80100000. Option 2 lists 0x80008000. The existing value is neither of these, so this patch makes it equivalent to Option 1. Signed-off-by: Adam Ford --- configs/omap35_logic_somlv_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/omap35_logic_somlv_defconfig') diff --git a/configs/omap35_logic_somlv_defconfig b/configs/omap35_logic_somlv_defconfig index f28ca5bcbf..9badfb7247 100644 --- a/configs/omap35_logic_somlv_defconfig +++ b/configs/omap35_logic_somlv_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_OMAP2PLUS=y +CONFIG_SYS_TEXT_BASE=0x80100000 CONFIG_TI_COMMON_CMD_OPTIONS=y # CONFIG_SPL_GPIO_SUPPORT is not set CONFIG_SYS_MALLOC_F_LEN=0x2000 -- cgit From 9607a041409c93c6f36a6a84d59d356c748d7883 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Sun, 28 Oct 2018 08:49:56 -0500 Subject: ARM: omap3_logic: Remove SPL_OF_CONTROL and OF_PLATDATA After the recomendation, some testing shows like these are unnecessary. Suggested-by: Jean-Jacques Hiblot Signed-off-by: Adam Ford --- configs/omap35_logic_somlv_defconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'configs/omap35_logic_somlv_defconfig') diff --git a/configs/omap35_logic_somlv_defconfig b/configs/omap35_logic_somlv_defconfig index 9badfb7247..8a8c7147c3 100644 --- a/configs/omap35_logic_somlv_defconfig +++ b/configs/omap35_logic_somlv_defconfig @@ -30,9 +30,7 @@ CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0,nor0=physmap-flash.0" CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1792k(u-boot),128k(spl-os),128k(u-boot-env),6m(kernel),-(fs);physmap-flash.0:-(nor)" CONFIG_CMD_UBI=y CONFIG_OF_CONTROL=y -CONFIG_SPL_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="logicpd-som-lv-35xx-devkit" -CONFIG_SPL_OF_PLATDATA=y # CONFIG_ENV_IS_IN_FAT is not set CONFIG_ENV_IS_IN_NAND=y CONFIG_SPL_DM=y -- cgit