mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
5e13f5db4c
The aliases and chosen nodes are currently indented using spaces. Fix them to use the standard tab indentation. Signed-off-by: Fabio Estevam <festevam@denx.de>
26 lines
208 B
Text
26 lines
208 B
Text
/ {
|
|
aliases {
|
|
mmc0 = &usdhc3;
|
|
usb0 = &usbotg1;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = &uart1;
|
|
};
|
|
};
|
|
|
|
&aips3 {
|
|
bootph-all;
|
|
};
|
|
|
|
&pinctrl_uart1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&soc {
|
|
bootph-all;
|
|
};
|
|
|
|
&uart1 {
|
|
bootph-all;
|
|
};
|