diff options
author | Angelo Dureghello <angelo@sysam.it> | 2019-03-13 21:46:43 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-24 08:11:53 -0400 |
commit | aa54e45ffcb30c8ea5057fd835acb0e5fb07fda5 (patch) | |
tree | 0799e41116f2babdb56bf373946879fedee079ab /configs/M5329AFEE_defconfig | |
parent | 24bf41ce598829aa2d0a6e422aa50315fe1ddea7 (diff) |
m68k: add initial dts files for all m68k boards
This patch adds basic dts files for all the m68k boards.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
[trini: Add CONFIG_TARGET_M5329EVB dtbs and update M5329EVB defconfigs]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/M5329AFEE_defconfig')
-rw-r--r-- | configs/M5329AFEE_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/M5329AFEE_defconfig b/configs/M5329AFEE_defconfig index c6dff0e27b..6899ac1c52 100644 --- a/configs/M5329AFEE_defconfig +++ b/configs/M5329AFEE_defconfig @@ -1,6 +1,7 @@ CONFIG_M68K=y CONFIG_SYS_TEXT_BASE=0x0 CONFIG_TARGET_M5329EVB=y +CONFIG_DEFAULT_DEVICE_TREE="M5329AFEE" CONFIG_SYS_EXTRA_OPTIONS="NANDFLASH_SIZE=0" CONFIG_BOOTDELAY=1 # CONFIG_DISPLAY_BOARDINFO is not set |