From 7bb85a7f032d9909fdc0abece19ea01da0b9bf97 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Mon, 7 Nov 2022 05:43:53 +0900 Subject: [PATCH] sharp: enable preboot --- configs/pwa7200_defconfig | 1 + configs/pwg4200_defconfig | 1 + configs/pwg5300_defconfig | 1 + configs/pwsh1_defconfig | 1 + configs/pwsh2_defconfig | 1 + configs/pwsh3_defconfig | 1 + configs/pwsh4_defconfig | 1 + configs/pwsh5_defconfig | 1 + configs/pwsh6_defconfig | 1 + configs/pwsh7_defconfig | 1 + 10 files changed, 10 insertions(+) diff --git a/configs/pwa7200_defconfig b/configs/pwa7200_defconfig index 9d22ab2412..35411bb11f 100644 --- a/configs/pwa7200_defconfig +++ b/configs/pwa7200_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_TEXT_BASE=0x00001000 CONFIG_TARGET_PWA7200=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL=y +CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="imx28-pwa7200.dtb" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_ARCH_MISC_INIT=y diff --git a/configs/pwg4200_defconfig b/configs/pwg4200_defconfig index 0c0a91d3c7..0fb5218291 100644 --- a/configs/pwg4200_defconfig +++ b/configs/pwg4200_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_TEXT_BASE=0x00001000 CONFIG_TARGET_PWG4200=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL=y +CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="imx28-pwg4200.dtb" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_ARCH_MISC_INIT=y diff --git a/configs/pwg5300_defconfig b/configs/pwg5300_defconfig index 5cc9265d73..e32739c98a 100644 --- a/configs/pwg5300_defconfig +++ b/configs/pwg5300_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_TEXT_BASE=0x00001000 CONFIG_TARGET_PWG5300=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL=y +CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="imx28-pwg5300.dtb" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_ARCH_MISC_INIT=y diff --git a/configs/pwsh1_defconfig b/configs/pwsh1_defconfig index e9b107e3bc..871449a4b9 100644 --- a/configs/pwsh1_defconfig +++ b/configs/pwsh1_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_TEXT_BASE=0x00001000 CONFIG_TARGET_PWSH1=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL=y +CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="imx28-pwsh1.dtb" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_ARCH_MISC_INIT=y diff --git a/configs/pwsh2_defconfig b/configs/pwsh2_defconfig index ccd6a26118..4d547b030c 100644 --- a/configs/pwsh2_defconfig +++ b/configs/pwsh2_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_TEXT_BASE=0x00001000 CONFIG_TARGET_PWSH2=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL=y +CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="imx28-pwsh2.dtb" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_ARCH_MISC_INIT=y diff --git a/configs/pwsh3_defconfig b/configs/pwsh3_defconfig index bef306551d..469aec85c6 100644 --- a/configs/pwsh3_defconfig +++ b/configs/pwsh3_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_TEXT_BASE=0x00001000 CONFIG_TARGET_PWSH3=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL=y +CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="imx28-pwsh3.dtb" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_ARCH_MISC_INIT=y diff --git a/configs/pwsh4_defconfig b/configs/pwsh4_defconfig index 7141d86bcf..74185966c4 100644 --- a/configs/pwsh4_defconfig +++ b/configs/pwsh4_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_TEXT_BASE=0x00001000 CONFIG_TARGET_PWSH4=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL=y +CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="imx28-pwsh4.dtb" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_ARCH_MISC_INIT=y diff --git a/configs/pwsh5_defconfig b/configs/pwsh5_defconfig index ec53227273..a8ee64809a 100644 --- a/configs/pwsh5_defconfig +++ b/configs/pwsh5_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_TEXT_BASE=0x00001000 CONFIG_TARGET_PWSH5=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL=y +CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="imx28-pwsh5.dtb" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_ARCH_MISC_INIT=y diff --git a/configs/pwsh6_defconfig b/configs/pwsh6_defconfig index 02421bcdb9..e1ffbeb440 100644 --- a/configs/pwsh6_defconfig +++ b/configs/pwsh6_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_TEXT_BASE=0x00001000 CONFIG_TARGET_PWSH6=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL=y +CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="imx28-pwsh6.dtb" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_ARCH_MISC_INIT=y diff --git a/configs/pwsh7_defconfig b/configs/pwsh7_defconfig index a24264f1b1..b5a1f21667 100644 --- a/configs/pwsh7_defconfig +++ b/configs/pwsh7_defconfig @@ -11,6 +11,7 @@ CONFIG_SPL_TEXT_BASE=0x00001000 CONFIG_TARGET_PWSH7=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL=y +CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="imx28-pwsh7.dtb" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_ARCH_MISC_INIT=y