summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-05-30 05:24:21 +0200
committerTom Rini <trini@konsulko.com>2020-06-12 13:17:23 -0400
commit0c7550f03a67d9fd2b67e4c299f6d8908e2c7d5b (patch)
tree25d1c46b61ac7cfb24ae8333310422ea412399bf /include
parentb3e5d2937972a4385ff665366253244b25f0c0a2 (diff)
downloadu-boot-0c7550f03a67d9fd2b67e4c299f6d8908e2c7d5b.tar.gz
u-boot-0c7550f03a67d9fd2b67e4c299f6d8908e2c7d5b.tar.xz
u-boot-0c7550f03a67d9fd2b67e4c299f6d8908e2c7d5b.zip
board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfig
This doesn't affect the size of the image: with arm-linux-gnueabi-gcc 9.2.0-1 from the Parabola GNU/Linux distribution, the text, data, bss and total sizes remain unchanged. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> Reviewed-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tbs2910.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h
index 7376b91f55..a230111251 100644
--- a/include/configs/tbs2910.h
+++ b/include/configs/tbs2910.h
@@ -100,12 +100,4 @@
"stdin=serial,usbkbd\0" \
"stdout=serial,vga\0"
-#define CONFIG_BOOTCOMMAND \
- "mmc rescan; " \
- "if run bootcmd_up1; then " \
- "run bootcmd_up2; " \
- "else " \
- "run bootcmd_mmc; " \
- "fi"
-
#endif /* __TBS2910_CONFIG_H * */