diff options
author | Chen-Yu Tsai <wens@csie.org> | 2017-09-22 15:26:27 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-03 19:12:06 +0200 |
commit | 1328a816214f3ad44f5fbee810431c8de2d6d071 (patch) | |
tree | 87f8667cea96e85b8f1b0963c88098c77d45cf57 /configs | |
parent | 3c989f3a19fc6db5866ed3172d7a620849d824c4 (diff) | |
download | u-boot-1328a816214f3ad44f5fbee810431c8de2d6d071.tar.gz u-boot-1328a816214f3ad44f5fbee810431c8de2d6d071.tar.bz2 u-boot-1328a816214f3ad44f5fbee810431c8de2d6d071.zip |
sunxi: rename Bananapi M3 dts file name
The upstream (Linux) device tree file for the Bananapi M3 follows the
convention of using the well known brand name, instead of the vendor
name, for naming. The file was recently added to upstream in commit
359b5a1e1c2d ("ARM: sun8i: a83t: Add device tree for Sinovoip Bananapi
BPI-M3")
Rename the device tree file in U-boot to match.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/Sinovoip_BPI_M3_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/Sinovoip_BPI_M3_defconfig b/configs/Sinovoip_BPI_M3_defconfig index 04d81693eb..f321d94e04 100644 --- a/configs/Sinovoip_BPI_M3_defconfig +++ b/configs/Sinovoip_BPI_M3_defconfig @@ -13,7 +13,7 @@ CONFIG_USB0_ID_DET="PH11" CONFIG_USB1_VBUS_PIN="PD24" CONFIG_AXP_GPIO=y CONFIG_SATAPWR="PD25" -CONFIG_DEFAULT_DEVICE_TREE="sun8i-a83t-sinovoip-bpi-m3" +CONFIG_DEFAULT_DEVICE_TREE="sun8i-a83t-bananapi-m3" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_CONSOLE_MUX=y CONFIG_SPL=y |