rpi3: move SPL_TEXT_BASE into rpi_3_defconfig
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 5 Aug 2019 10:09:38 +0000 (19:09 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 06:13:47 +0000 (15:13 +0900)
Move SPL_TEXT_BASE into rpi_3_defconfig.
And enable SPL_FS_FAT config to fix build error.

Change-Id: Ibecd91813d2a85c5c970a124882d217af81c7dfe
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/mach-bcm283x/bcm283x-board-spl.c
configs/rpi_3_defconfig
include/samsung/tizen_rpi.h

index 742469e..4310d7f 100644 (file)
@@ -10,7 +10,6 @@
 #include <common.h>
 #include <linux/compiler.h>
 #include <inttypes.h>
-#include <initcall.h>
 #include <config.h>
 #include <version.h>
 #include <console.h>
index 6a7a5d3..93baa66 100644 (file)
@@ -16,8 +16,10 @@ CONFIG_SPL_LIBDISK_SUPPORT=y
 CONFIG_SPL_FAT_SUPPORT=y
 CONFIG_SPL_STACK_R_ADDR=0xB000000
 CONFIG_DEFAULT_DEVICE_TREE="bcm2837-rpi-3-b"
+CONFIG_SPL_TEXT_BASE=0x00008000
 CONFIG_DISTRO_DEFAULTS=y
 CONFIG_FIT=y
+CONFIG_SPL_FS_FAT=y
 CONFIG_SPL_FIT=y
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_OF_BOARD_SETUP=y
index 87c2668..aa85ddc 100644 (file)
@@ -11,7 +11,6 @@
 
 /* SPL */
 #ifdef CONFIG_SPL_BUILD
-#define CONFIG_SPL_TEXT_BASE           0x00008000
 #define CONFIG_SPL_ATF_TEXT_BASE       0x08400000
 #define CONFIG_SPL_MAX_SIZE            0x00030000
 #define CONFIG_SPL_BSS_START_ADDR      0x00380000