summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-16 15:14:01 -0500
committerJoel Stanley <joel@jms.id.au>2018-02-20 16:12:18 +1030
commite4c85cd4de96bfdff7b614731a044db11815ff0c (patch)
tree420a3e98d67da7cac99560ba75f3ba98ff4a4de8 /include
parent7fb88a88d08c19b0e6f88c0a484ab001a4476a27 (diff)
downloadtalos-obmc-uboot-e4c85cd4de96bfdff7b614731a044db11815ff0c.tar.gz
talos-obmc-uboot-e4c85cd4de96bfdff7b614731a044db11815ff0c.zip
aspeed: Drop bootcmd support for legacy images
Assume booting from a FIT image by default. This allows image builders to use arbitrary configuration names like /configurations/conf@foo. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ast-common.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/configs/ast-common.h b/include/configs/ast-common.h
index 89b0cd8533..eff6d2b529 100644
--- a/include/configs/ast-common.h
+++ b/include/configs/ast-common.h
@@ -108,11 +108,7 @@
#define CONFIG_ENV_OFFSET 0x60000 /* environment starts here */
#define CONFIG_ENV_SIZE 0x20000 /* Total Size of Environment Sector */
-#define CONFIG_BOOTCOMMAND \
- "fdt addr 20080000; " \
- "if fdt get value ramdisk_conf /configurations/conf@1 ramdisk; then " \
- " bootm 20080000; else bootm 20080000 20300000; " \
- "fi"
+#define CONFIG_BOOTCOMMAND "bootm 20080000"
#define CONFIG_ENV_OVERWRITE
#define ASPEED_ENV_SETTINGS \
OpenPOWER on IntegriCloud