diff mbox series

[v2,3/3] microblaze: spl: disable falcon mode by default

Message ID 20230125164157.1638680-3-ovpanait@gmail.com
State Accepted
Commit 2ec3609d109e32cb9adb434d1f2e8bd278af8b6e
Delegated to: Michal Simek
Headers show
Series [v2,1/3] microblaze: spl: wrap spl_start_uboot() in SPL_OS_BOOT ifdefs | expand

Commit Message

Ovidiu Panait Jan. 25, 2023, 4:41 p.m. UTC
Drop falcon mode configs from microblaze-generic_defconfig, so that a
defconfig build will still boot into u-boot proper.

Signed-off-by: Ovidiu Panait <ovpanait@gmail.com>
---

Changes in v2:
New patch.

 configs/microblaze-generic_defconfig | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig
index be34941805..438540fbe4 100644
--- a/configs/microblaze-generic_defconfig
+++ b/configs/microblaze-generic_defconfig
@@ -33,9 +33,6 @@  CONFIG_SPL_SYS_MALLOC_SIMPLE=y
 # CONFIG_SPL_SHARES_INIT_SP_ADDR is not set
 CONFIG_SPL_STACK=0x100000
 CONFIG_SPL_NOR_SUPPORT=y
-CONFIG_SPL_OS_BOOT=y
-CONFIG_SYS_SPL_ARGS_ADDR=0x2a000000
-CONFIG_SYS_OS_BASE=0x2c060000
 CONFIG_SYS_MAXARGS=15
 CONFIG_SYS_CBSIZE=512
 CONFIG_SYS_PBSIZE=544