diff options
| author | Wenbin Song <[email protected]> | 2016-01-21 17:14:54 +0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2016-01-27 08:13:12 -0800 |
| commit | 8e728aa915ab220e40ef68fe2b53f2fae5fbc42e (patch) | |
| tree | 02c8cbaad7e57ae43123f0dddde57a3f2cd680e9 /configs | |
| parent | 8c35cc3b7e2ff1d9bf44af5805e8ef5c4536ce81 (diff) | |
armv8/ls1043aqds: Spilt off board device tree
Move new /chosen node out of the board device tree.
Signed-off-by: Wenbin Song <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/ls1043aqds_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1043aqds_defconfig b/configs/ls1043aqds_defconfig index 60fb0ada85c..1fd530da5ac 100644 --- a/configs/ls1043aqds_defconfig +++ b/configs/ls1043aqds_defconfig @@ -2,5 +2,5 @@ CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4" CONFIG_ARM=y CONFIG_TARGET_LS1043AQDS=y CONFIG_SYS_NS16550=y -CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds" +CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds-duart" CONFIG_OF_CONTROL=y |
