From 0ac8c5bb792b2d8ce65f5c1142a8feee31e91ea7 Mon Sep 17 00:00:00 2001 From: Vincent BENOIT Date: Thu, 4 May 2023 11:48:32 +0000 Subject: [PATCH] modification du TEXT_BASE pour U-Boot --- recipes-bsp/u-boot/files2/pengwyn_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/u-boot/files2/pengwyn_defconfig b/recipes-bsp/u-boot/files2/pengwyn_defconfig index 08caf83..bc356f0 100644 --- a/recipes-bsp/u-boot/files2/pengwyn_defconfig +++ b/recipes-bsp/u-boot/files2/pengwyn_defconfig @@ -5,6 +5,7 @@ CONFIG_TI_COMMON_CMD_OPTIONS=y CONFIG_DEFAULT_DEVICE_TREE="am335x-pengwyn" CONFIG_AM33XX=y CONFIG_TARGET_PENGWYN=y +CONFIG_TEXT_BASE=0x81000000 CONFIG_CLOCK_SYNTHESIZER=y CONFIG_AM335X_USB0=y CONFIG_AM335X_USB0_PERIPHERAL=y