summaryrefslogtreecommitdiffstats
path: root/include/configs/sun8i.h
diff options
context:
space:
mode:
authorIan Campbell <ijc@hellion.org.uk>2015-01-23 10:17:35 +0000
committerHans de Goede <hdegoede@redhat.com>2015-01-23 15:15:51 +0100
commit4e7c892d15e2aa98086aaacdb979821d011b7db2 (patch)
treed73d199fd9ca30450c7c1b9eefed17232ce70bc2 /include/configs/sun8i.h
parentfaffd4a5cb75d1cde28e897f52d8c866854e691d (diff)
downloadblackbird-obmc-uboot-4e7c892d15e2aa98086aaacdb979821d011b7db2.tar.gz
blackbird-obmc-uboot-4e7c892d15e2aa98086aaacdb979821d011b7db2.zip
sunxi: Use a common CONFIG_SYS_PROMPT
The CPU info is already logged during boot e.g. CPU: Allwinner A20 (SUN7I) so the prompt is just one more thing to change for each new SoC, just makes it "sunxi#" instead. Signed-off-by: Ian Campbell <ijc@hellion.org.uk> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/configs/sun8i.h')
-rw-r--r--include/configs/sun8i.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h
index f16e60b576..3bdedb390c 100644
--- a/include/configs/sun8i.h
+++ b/include/configs/sun8i.h
@@ -14,8 +14,6 @@
*/
#define CONFIG_CLK_FULL_SPEED 1008000000
-#define CONFIG_SYS_PROMPT "sun8i# "
-
#ifdef CONFIG_USB_EHCI
#define CONFIG_USB_EHCI_SUNXI
#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
OpenPOWER on IntegriCloud