Merge tag 'u-boot-amlogic-20181219' of git://git.denx.de/u-boot-amlogic

A single fix to properly enable eMMC on the AXG S400 board.
This commit is contained in:
Tom Rini
2018-12-21 13:37:09 -05:00

View File

@ -0,0 +1,14 @@
// 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";
};