mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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>
This commit is contained in:
parent
faffd4a5cb
commit
4e7c892d15
6 changed files with 2 additions and 7 deletions
|
@ -13,7 +13,6 @@
|
|||
*/
|
||||
#define CONFIG_CLK_FULL_SPEED 1008000000
|
||||
|
||||
#define CONFIG_SYS_PROMPT "sun4i# "
|
||||
#define CONFIG_MACH_TYPE 4104
|
||||
|
||||
#ifdef CONFIG_USB_EHCI
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
*/
|
||||
#define CONFIG_CLK_FULL_SPEED 1008000000
|
||||
|
||||
#define CONFIG_SYS_PROMPT "sun5i# "
|
||||
#define CONFIG_MACH_TYPE 4138
|
||||
|
||||
#ifdef CONFIG_USB_EHCI
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
*/
|
||||
#define CONFIG_CLK_FULL_SPEED 1008000000
|
||||
|
||||
#define CONFIG_SYS_PROMPT "sun6i# "
|
||||
|
||||
#ifdef CONFIG_USB_EHCI
|
||||
#define CONFIG_USB_EHCI_SUNXI
|
||||
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
*/
|
||||
#define CONFIG_CLK_FULL_SPEED 912000000
|
||||
|
||||
#define CONFIG_SYS_PROMPT "sun7i# "
|
||||
#define CONFIG_MACH_TYPE 4283
|
||||
|
||||
#ifdef CONFIG_USB_EHCI
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -40,6 +40,8 @@
|
|||
*/
|
||||
#define CONFIG_DISPLAY_CPUINFO
|
||||
|
||||
#define CONFIG_SYS_PROMPT "sunxi# "
|
||||
|
||||
/* Serial & console */
|
||||
#define CONFIG_SYS_NS16550
|
||||
#define CONFIG_SYS_NS16550_SERIAL
|
||||
|
|
Loading…
Add table
Reference in a new issue