]> Git Repo - J-u-boot.git/commitdiff
arm64: a37xx: use distro bootcmd
authorAndre Heider <[email protected]>
Sat, 2 Dec 2017 09:46:37 +0000 (10:46 +0100)
committerStefan Roese <[email protected]>
Tue, 9 Jan 2018 15:41:00 +0000 (16:41 +0100)
Signed-off-by: Andre Heider <[email protected]>
Reviewed-by: Konstantin Porotchkin <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
include/configs/mvebu_armada-37xx.h

index c7ccc6ef5eb1ece8e91ec655c87f9ce68acb2f54..9f2db099cda562adfe950604346fe9b6064dc505 100644 (file)
 
 #include <config_distro_defaults.h>
 
+#define BOOT_TARGET_DEVICES(func) \
+       func(MMC, mmc, 1) \
+       func(MMC, mmc, 0) \
+       func(USB, usb, 0) \
+       func(SCSI, scsi, 0) \
+       func(PXE, pxe, na) \
+       func(DHCP, dhcp, na)
+
+#include <config_distro_bootcmd.h>
+
 #define CONFIG_EXTRA_ENV_SETTINGS      \
        "scriptaddr=0x4d00000\0"        \
        "pxefile_addr_r=0x4e00000\0"    \
        "fdt_addr_r=0x4f00000\0"        \
        "kernel_addr_r=0x5000000\0"     \
-       "ramdisk_addr_r=0x8000000"
+       "ramdisk_addr_r=0x8000000\0"    \
+       BOOTENV
 
 #endif /* _CONFIG_MVEBU_ARMADA_37XX_H */
This page took 0.036889 seconds and 4 git commands to generate.