imx7s-warp-u-boot: Fix aliases and chosen nodes indentation
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>
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
mmc0 = &usdhc3;
|
mmc0 = &usdhc3;
|
||||||
usb0 = &usbotg1;
|
usb0 = &usbotg1;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
stdout-path = &uart1;
|
stdout-path = &uart1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&aips3 {
|
&aips3 {
|
||||||
|
|||||||
Reference in New Issue
Block a user