mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
15 lines
221 B
Text
15 lines
221 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright (c) 2017 Amlogic, Inc. All rights reserved.
|
||
|
*/
|
||
|
|
||
|
/* wifi module */
|
||
|
&sd_emmc_b {
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|
||
|
/* emmc storage */
|
||
|
&sd_emmc_c {
|
||
|
status = "okay";
|
||
|
};
|