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 /include | |
| 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 'include')
| -rw-r--r-- | include/configs/x240.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/configs/x240.h b/include/configs/x240.h index bc66e4e3c8e..05241f33d74 100644 --- a/include/configs/x240.h +++ b/include/configs/x240.h @@ -12,18 +12,13 @@ #define CFG_SYS_SDRAM_BASE 0x200000000 /* Default Env vars */ - -#define BOOT_TARGET_DEVICES(func) \ - func(USB, usb, 0) \ - func(DHCP, dhcp, na) - -#include <config_distro_bootcmd.h> +#define BOOT_TARGETS "usb dhcp" #define CFG_EXTRA_ENV_SETTINGS \ - BOOTENV \ "kernel_addr_r=0x202000000\0" \ "fdt_addr_r=0x201000000\0" \ "ramdisk_addr_r=0x206000000\0" \ + "boot_targets=" BOOT_TARGETS "\0" \ "fdtfile=marvell/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" /* |
