diff options
| author | Ovidiu Panait <[email protected]> | 2023-01-25 18:41:57 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2023-01-27 08:38:34 +0100 |
| commit | 2ec3609d109e32cb9adb434d1f2e8bd278af8b6e (patch) | |
| tree | 513d8238f5497e7b75444fe0739df54288283a2e | |
| parent | 8e2378e559a2792c5d730e6a65bec964b56b5c33 (diff) | |
microblaze: spl: disable falcon mode by default
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | configs/microblaze-generic_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig index be349418050..438540fbe4d 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 |
