diff options
| author | Chris Packham <[email protected]> | 2024-11-22 13:30:16 +1300 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2024-11-26 13:20:00 +0100 |
| commit | 27b24887352bfcc360ccd14c44e4e9a767a9505a (patch) | |
| tree | 93defd96c55d610d3bd7e90cb452fc5f0a28756b /arch | |
| parent | 3eef899b57fd2522a5d975b2957d2f2c0635a652 (diff) | |
arm: mvebu: x240: Switch to standard boot
Use standard boot instead of the distro boot scripts. Regenerate the
board defconfig now that some options are selected automatically.
Signed-off-by: Chris Packham <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index c1a1a333e6c..b61253e2d09 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig @@ -218,6 +218,7 @@ config TARGET_X530 config TARGET_X240 bool "Support Allied Telesis x240" select ALLEYCAT_5 + imply BOOTSTD_DEFAULTS config TARGET_DB_XC3_24G4XG bool "Support DB-XC3-24G4XG" |
